Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.antique-wicker-basket {
color: #f7d3a1;
}
.orange-chiffon {
color: #fbae7e;
}
.fiery-salmon {
color: #f76969;
}
.smitten {
color: #c74883;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--antique-wicker-basket:#f7d3a1;
--orange-chiffon:#fbae7e;
--fiery-salmon:#f76969;
--smitten:#c74883;
}