Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a1d9d2;
}
.strawberry-yogurt {
color: #e7b1b5;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.siesta-rose {
color: #f07a7c;
}
.daisy-bush {
color: #5e3b8c;
}
/* CSS Variables */
:root {
--smooth-satin:#a1d9d2;
--strawberry-yogurt:#e7b1b5;
--solar-plexus-chakra:#f1c84b;
--siesta-rose:#f07a7c;
--daisy-bush:#5e3b8c;
}