Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.lemon-whisper {
color: #ffb30f;
}
.smooth-satin {
color: #a2d7d2;
}
.cornflower-lilac {
color: #ffadad;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d3;
--grapefruit-pulp:#ff6e61;
--lemon-whisper:#ffb30f;
--smooth-satin:#a2d7d2;
--cornflower-lilac:#ffadad;
}