Color names in this palette
CSS code for this palette
/* CSS */
.deep-fried-sun-rays {
color: #f4c65d;
}
.cumquat-cream {
color: #f29c7d;
}
.cherry-blossom {
color: #f3bfd3;
}
.herb-robert {
color: #e1a3e6;
}
.arylide-yellow {
color: #e7d26a;
}
/* CSS Variables */
:root {
--deep-fried-sun-rays:#f4c65d;
--cumquat-cream:#f29c7d;
--cherry-blossom:#f3bfd3;
--herb-robert:#e1a3e6;
--arylide-yellow:#e7d26a;
}