Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a1c7e3;
}
.floral-leaf {
color: #ffb84d;
}
.grapefruit-pulp {
color: #ff6e61;
}
.yellow-dragon {
color: #f7e57e;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--windsor-way:#a1c7e3;
--floral-leaf:#ffb84d;
--grapefruit-pulp:#ff6e61;
--yellow-dragon:#f7e57e;
--olympic-blue:#4b91e2;
}