Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c8e2;
}
.chewing-gum {
color: #e4b0af;
}
.french-vanilla {
color: #f1e2a7;
}
.rose-essence {
color: #f3998c;
}
.smooth-satin {
color: #a2d8d2;
}
/* CSS Variables */
:root {
--windsor-way:#a2c8e2;
--chewing-gum:#e4b0af;
--french-vanilla:#f1e2a7;
--rose-essence:#f3998c;
--smooth-satin:#a2d8d2;
}