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