Color names in this palette
CSS code for this palette
/* CSS */
.rustique {
color: #f5c2b2;
}
.milky-maize {
color: #f8d5a0;
}
.calla {
color: #f3e0b4;
}
.ice-cold-green {
color: #d8eaa9;
}
.bellagio-fountains {
color: #b8e1f4;
}
/* CSS Variables */
:root {
--rustique:#f5c2b2;
--milky-maize:#f8d5a0;
--calla:#f3e0b4;
--ice-cold-green:#d8eaa9;
--bellagio-fountains:#b8e1f4;
}