Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.sun-shower {
color: #fddd72;
}
.meristem {
color: #a7e2d0;
}
.windstorm {
color: #6999c3;
}
.blue-gem {
color: #4e3c8b;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--sun-shower:#fddd72;
--meristem:#a7e2d0;
--windstorm:#6999c3;
--blue-gem:#4e3c8b;
}