Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3a5c8;
}
.demure-pink {
color: #f7d2c5;
}
.butter-cookie {
color: #f0e4b2;
}
.ganon-blue {
color: #a8e1fa;
}
.waimea-blue {
color: #4a9dd9;
}
/* CSS Variables */
:root {
--rose-mallow:#f3a5c8;
--demure-pink:#f7d2c5;
--butter-cookie:#f0e4b2;
--ganon-blue:#a8e1fa;
--waimea-blue:#4a9dd9;
}