Color names in this palette
CSS code for this palette
/* CSS */
.jetski-race {
color: #005c99;
}
.artesian-water {
color: #007db3;
}
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b0e0;
}
.picnic-day-sky {
color: #00c4f0;
}
/* CSS Variables */
:root {
--jetski-race:#005c99;
--artesian-water:#007db3;
--kahu-blue:#0092d6;
--blue-atoll:#00b0e0;
--picnic-day-sky:#00c4f0;
}