Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.megaman {
color: #3bb5f1;
}
.watercourse {
color: #56c5e1;
}
.middle-blue {
color: #81d5ea;
}
.fairy-sparkles {
color: #b0e1f7;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--megaman:#3bb5f1;
--watercourse:#56c5e1;
--middle-blue:#81d5ea;
--fairy-sparkles:#b0e1f7;
}