Color names in this palette
CSS code for this palette
/* CSS */
.smooch-rouge {
color: #d53946;
}
.dairy-made {
color: #f1b53b;
}
.cakepop-sorbet {
color: #f7c64b;
}
.crystal-green {
color: #a2d67a;
}
.dusty-jade-green {
color: #6aaf9c;
}
/* CSS Variables */
:root {
--smooch-rouge:#d53946;
--dairy-made:#f1b53b;
--cakepop-sorbet:#f7c64b;
--crystal-green:#a2d67a;
--dusty-jade-green:#6aaf9c;
}