Color names in this palette
CSS code for this palette
/* CSS */
.nuit-blanche {
color: #1c3f8d;
}
.windsurfing {
color: #3b6c97;
}
.pacific-palisade {
color: #6ca5b7;
}
.steamy-spring {
color: #b1d2c8;
}
.aspen-yellow {
color: #f8e0a0;
}
/* CSS Variables */
:root {
--nuit-blanche:#1c3f8d;
--windsurfing:#3b6c97;
--pacific-palisade:#6ca5b7;
--steamy-spring:#b1d2c8;
--aspen-yellow:#f8e0a0;
}