Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.milky-maize {
color: #f9d89f;
}
.french-pass {
color: #a3d5e0;
}
.sky-high {
color: #a2c2e6;
}
.slate-blue {
color: #5c7d99;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--milky-maize:#f9d89f;
--french-pass:#a3d5e0;
--sky-high:#a2c2e6;
--slate-blue:#5c7d99;
}