Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.guava-jelly {
color: #f19388;
}
.plum-point {
color: #d6bce1;
}
.yucca-cream {
color: #a1d9cc;
}
.sea-glass-teal {
color: #a4e5d8;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--guava-jelly:#f19388;
--plum-point:#d6bce1;
--yucca-cream:#a1d9cc;
--sea-glass-teal:#a4e5d8;
}