Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.banana-ice-cream {
color: #f1d3b1;
}
.citrus-sachet {
color: #f1c7a7;
}
.basin-blue {
color: #b9e1e4;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--banana-ice-cream:#f1d3b1;
--citrus-sachet:#f1c7a7;
--basin-blue:#b9e1e4;
--windstorm:#6999c3;
}