Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.windsurfing {
color: #3c709a;
}
.innocent-blue {
color: #8eb2d2;
}
.bean-sprout {
color: #f2f8e7;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--windsurfing:#3c709a;
--innocent-blue:#8eb2d2;
--bean-sprout:#f2f8e7;
--creamy-sweet-corn:#f9c54e;
}