Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.american-yellow {
color: #f5b400;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sun-drenched {
color: #ffe7a3;
}
.sunday-best {
color: #f9c8c8;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--american-yellow:#f5b400;
--grapefruit-pulp:#ff6e61;
--sun-drenched:#ffe7a3;
--sunday-best:#f9c8c8;
}