Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d2;
}
.elastic-pink {
color: #f0a3c7;
}
.first-date {
color: #f7b1a1;
}
.hawker-s-gold {
color: #f5c06b;
}
.gilded {
color: #f5d94d;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d2;
--elastic-pink:#f0a3c7;
--first-date:#f7b1a1;
--hawker-s-gold:#f5c06b;
--gilded:#f5d94d;
}