Color names in this palette
CSS code for this palette
/* CSS */
.french-blue {
color: #006ebd;
}
.blithe {
color: #009dd1;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00c8f0;
}
.neon-blue {
color: #00e1ff;
}
/* CSS Variables */
:root {
--french-blue:#006ebd;
--blithe:#009dd1;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00c8f0;
--neon-blue:#00e1ff;
}