Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.adamantine-blue {
color: #4db2ff;
}
.chromis-damsel-blue {
color: #80d0ff;
}
.frozen-landscape {
color: #b3e0ff;
}
.wildflower-bouquet {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--adamantine-blue:#4db2ff;
--chromis-damsel-blue:#80d0ff;
--frozen-landscape:#b3e0ff;
--wildflower-bouquet:#ffb3b3;
}