Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #4db2ff;
}
.platonic-blue {
color: #85ceff;
}
.beyond-the-clouds {
color: #aceefb;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#4db2ff;
--platonic-blue:#85ceff;
--beyond-the-clouds:#aceefb;
--pale-blue:#d1f7ff;
}