Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #4db2ff;
}
.afternoon-sky {
color: #89cfeb;
}
.capri {
color: #00bfff;
}
.bright-navy-blue {
color: #1c74d9;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#4db2ff;
--afternoon-sky:#89cfeb;
--capri:#00bfff;
--bright-navy-blue:#1c74d9;
}