somb
Version:
light exquisite markdown blog
44 lines (42 loc) • 450 B
JavaScript
const color = [
{
from:"#90F7EC",
to:"#32CCBC"
},
{
from:"#ABDCFF",
to:"#0396FF"
},
{
from:"#E2B0FF",
to:"#9F44D3"
},{
from:"#5EFCE8",
to:"#736EFE"
},{
from:"#EEAD92",
to:"#6018DC"
},{
from: "#79F1A4",
to:"#0E5CAD"
},
{
from:"#F05F57",
to:"#360940"
},
{
from:"#FFAA85",
to:"#B3315F"
},
{
from:"#65FDF0",
to:"#1D6FA3"
},
{
from:"#FF9D6C",
to:"#BB4E75"
}
];
module.exports = {
color:color,
};