Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d4;
}
.grapefruit-pulp {
color: #ff6e61;
}
.soviet-gold {
color: #ffd900;
}
.snow-pea {
color: #6ccb79;
}
.blue-elemental {
color: #4d8af5;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d4;
--grapefruit-pulp:#ff6e61;
--soviet-gold:#ffd900;
--snow-pea:#6ccb79;
--blue-elemental:#4d8af5;
}