Color names in this palette
CSS code for this palette
/* CSS */
.blushing-sky {
color: #d7b2d3;
}
.tamale-maize {
color: #f7e7b6;
}
.mandys-pink {
color: #f4b79f;
}
.eau-de-rose {
color: #e1b7d3;
}
.fair-aqua {
color: #b2e0da;
}
/* CSS Variables */
:root {
--blushing-sky:#d7b2d3;
--tamale-maize:#f7e7b6;
--mandys-pink:#f4b79f;
--eau-de-rose:#e1b7d3;
--fair-aqua:#b2e0da;
}