Color names in this palette
CSS code for this palette
/* CSS */
.near-moon {
color: #5dead7;
}
.lake-thun {
color: #49b5e4;
}
.dayflower {
color: #3c9fe2;
}
.bleu-de-france {
color: #2a8edf;
}
.bright-navy-blue {
color: #1a7edb;
}
/* CSS Variables */
:root {
--near-moon:#5dead7;
--lake-thun:#49b5e4;
--dayflower:#3c9fe2;
--bleu-de-france:#2a8edf;
--bright-navy-blue:#1a7edb;
}