Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #4db2ff;
}
.afternoon-sky {
color: #89cfeb;
}
.light-budgie-blue {
color: #a1d6e8;
}
.vapor {
color: #f0ffff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#4db2ff;
--afternoon-sky:#89cfeb;
--light-budgie-blue:#a1d6e8;
--vapor:#f0ffff;
}