Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3bb5f1;
}
.sanctuary-spa {
color: #5db5e5;
}
.spritzig {
color: #7bc9ea;
}
.mediterranean-charm {
color: #9cd0ec;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3bb5f1;
--sanctuary-spa:#5db5e5;
--spritzig:#7bc9ea;
--mediterranean-charm:#9cd0ec;
}