Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.high-blue {
color: #4bafdd;
}
.turquoise-sea {
color: #6ed3e7;
}
.blizzard-blue {
color: #a6e4f2;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--high-blue:#4bafdd;
--turquoise-sea:#6ed3e7;
--blizzard-blue:#a6e4f2;
--alice-blue:#f0f8ff;
}