Color names in this palette
CSS code for this palette
/* CSS */
.dayflower {
color: #389ad6;
}
.sea-capture {
color: #5dc0e5;
}
.turkish-turquoise {
color: #75e1f0;
}
.antique-cameo {
color: #f4b9a4;
}
.arts-crafts-gold {
color: #f9c58b;
}
/* CSS Variables */
:root {
--dayflower:#389ad6;
--sea-capture:#5dc0e5;
--turkish-turquoise:#75e1f0;
--antique-cameo:#f4b9a4;
--arts-crafts-gold:#f9c58b;
}