Color names in this palette
CSS code for this palette
/* CSS */
.her-majesty {
color: #f6a2a6;
}
.almond-cream {
color: #f3c2a0;
}
.lazy-daisy {
color: #f3e7a0;
}
.crystal-apple {
color: #cfe3a1;
}
.juzcar-blue {
color: #a0d6f3;
}
/* CSS Variables */
:root {
--her-majesty:#f6a2a6;
--almond-cream:#f3c2a0;
--lazy-daisy:#f3e7a0;
--crystal-apple:#cfe3a1;
--juzcar-blue:#a0d6f3;
}