Color names in this palette
CSS code for this palette
/* CSS */
.pistachio-dream {
color: #a2d38d;
}
.river-of-gold {
color: #e5b35d;
}
.peach-damask {
color: #f6c8a7;
}
.rich-gardenia {
color: #f67c4c;
}
.pennywise {
color: #a5563b;
}
/* CSS Variables */
:root {
--pistachio-dream:#a2d38d;
--river-of-gold:#e5b35d;
--peach-damask:#f6c8a7;
--rich-gardenia:#f67c4c;
--pennywise:#a5563b;
}