Color names in this palette
CSS code for this palette
/* CSS */
.winter-lakes {
color: #5d93d5;
}
.wisteria {
color: #a47bbc;
}
.tickled-pink {
color: #f1a7c2;
}
.hawker-s-gold {
color: #f5c26b;
}
.hot-coral {
color: #f25a5a;
}
/* CSS Variables */
:root {
--winter-lakes:#5d93d5;
--wisteria:#a47bbc;
--tickled-pink:#f1a7c2;
--hawker-s-gold:#f5c26b;
--hot-coral:#f25a5a;
}