Color names in this palette
CSS code for this palette
/* CSS */
.simple-pink {
color: #f6a2a8;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.lazy-daisy {
color: #f7e9a1;
}
.ganon-blue {
color: #a1e9f7;
}
.wondrous-wisteria {
color: #a1b4f7;
}
/* CSS Variables */
:root {
--simple-pink:#f6a2a8;
--antique-wicker-basket:#f7d3a1;
--lazy-daisy:#f7e9a1;
--ganon-blue:#a1e9f7;
--wondrous-wisteria:#a1b4f7;
}