Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5b8d;
}
.faded-blue {
color: #698bba;
}
.windsor-way {
color: #a2c7e7;
}
.boxwood-yellow {
color: #f0e4a8;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5b8d;
--faded-blue:#698bba;
--windsor-way:#a2c7e7;
--boxwood-yellow:#f0e4a8;
--creamy-sweet-corn:#f9c54e;
}