Color names in this palette
CSS code for this palette
/* CSS */
.krishna-blue {
color: #00b2ff;
}
.libra-blue-morpho {
color: #4dd8ff;
}
.glitter-shower {
color: #8ffbff;
}
.pale-sky {
color: #c2f4ff;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--krishna-blue:#00b2ff;
--libra-blue-morpho:#4dd8ff;
--glitter-shower:#8ffbff;
--pale-sky:#c2f4ff;
--blush-hour:#ff7092;
}