Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f6c5b1;
}
.roseberry {
color: #f2a6a1;
}
.lemon-caipirinha {
color: #f7df9c;
}
.gemini {
color: #b2d7cf;
}
.windsor-way {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--coral-bisque:#f6c5b1;
--roseberry:#f2a6a1;
--lemon-caipirinha:#f7df9c;
--gemini:#b2d7cf;
--windsor-way:#a2c7e7;
}