Color names in this palette
CSS code for this palette
/* CSS */
.island-light {
color: #a6c6ed;
}
.calabrese {
color: #f1a7a2;
}
.marigold-dust {
color: #f4cf3e;
}
.eerie-glow {
color: #a7d7b8;
}
.river-of-gold {
color: #e5b35d;
}
/* CSS Variables */
:root {
--island-light:#a6c6ed;
--calabrese:#f1a7a2;
--marigold-dust:#f4cf3e;
--eerie-glow:#a7d7b8;
--river-of-gold:#e5b35d;
}