Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.eau-de-rose {
color: #e5b8d1;
}
.venetian-yellow {
color: #f5e6a3;
}
.radiant-sun {
color: #f3ca4f;
}
.independence {
color: #4b4e6c;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--eau-de-rose:#e5b8d1;
--venetian-yellow:#f5e6a3;
--radiant-sun:#f3ca4f;
--independence:#4b4e6c;
}