Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c8e0;
}
.boat-house {
color: #4f88c4;
}
.nuit-blanche {
color: #1f4a8e;
}
.lemon-dream {
color: #f0a000;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c8e0;
--boat-house:#4f88c4;
--nuit-blanche:#1f4a8e;
--lemon-dream:#f0a000;
--bacon-strips:#e13e33;
}