Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #3eb1f4;
}
.blue-mana {
color: #66c3f4;
}
.atmospheric-soft-blue {
color: #a8e2f0;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#3eb1f4;
--blue-mana:#66c3f4;
--atmospheric-soft-blue:#a8e2f0;
--alice-blue:#f0f8ff;
}