Color names in this palette
CSS code for this palette
/* CSS */
.sterling-blue {
color: #a3b6c2;
}
.rustique {
color: #f6c1b1;
}
.lazy-daisy {
color: #f9eba4;
}
.soviet-gold {
color: #ffd900;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sterling-blue:#a3b6c2;
--rustique:#f6c1b1;
--lazy-daisy:#f9eba4;
--soviet-gold:#ffd900;
--grapefruit-pulp:#ff6e61;
}