Color names in this palette
CSS code for this palette
/* CSS */
.nuit-blanche {
color: #1f4a8e;
}
.blue-antarctic {
color: #4b789b;
}
.mintage {
color: #79beaf;
}
.last-of-lettuce {
color: #a3d869;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--nuit-blanche:#1f4a8e;
--blue-antarctic:#4b789b;
--mintage:#79beaf;
--last-of-lettuce:#a3d869;
--creamy-sweet-corn:#f9c54e;
}