Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #4db2ff;
}
.faded-poster {
color: #7edff7;
}
.blizzard-blue {
color: #a3e4f0;
}
.pale-blue {
color: #d1f7ff;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#4db2ff;
--faded-poster:#7edff7;
--blizzard-blue:#a3e4f0;
--pale-blue:#d1f7ff;
}