Color names in this palette
CSS code for this palette
/* CSS */
.raspberry-lemonade {
color: #e2a6ae;
}
.tequila {
color: #f2d1a6;
}
.lazy-daisy {
color: #f8eca5;
}
.southern-belle {
color: #a3d7c1;
}
.template {
color: #a4c7e5;
}
/* CSS Variables */
:root {
--raspberry-lemonade:#e2a6ae;
--tequila:#f2d1a6;
--lazy-daisy:#f8eca5;
--southern-belle:#a3d7c1;
--template:#a4c7e5;
}