Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #3da5ff;
}
.broken-blue {
color: #6bb8ff;
}
.malm-ff {
color: #a3d6ff;
}
.clear-skies {
color: #e5f6ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#3da5ff;
--broken-blue:#6bb8ff;
--malm-ff:#a3d6ff;
--clear-skies:#e5f6ff;
}