Color names in this palette
CSS code for this palette
/* CSS */
.sugar-honey-cashew {
color: #e2a869;
}
.arts-crafts-gold {
color: #f5c68a;
}
.fair-aqua {
color: #b2e0d7;
}
.pacific-harbour {
color: #78b7d9;
}
.strawberry-shortcake {
color: #f78d99;
}
/* CSS Variables */
:root {
--sugar-honey-cashew:#e2a869;
--arts-crafts-gold:#f5c68a;
--fair-aqua:#b2e0d7;
--pacific-harbour:#78b7d9;
--strawberry-shortcake:#f78d99;
}