Color names in this palette
CSS code for this palette
/* CSS */
.fairy-sparkles {
color: #b4e5f8;
}
.bright-spark {
color: #75c4e1;
}
.brig {
color: #4ca1c2;
}
.mystic-turquoise {
color: #00857a;
}
.alpine-green {
color: #005c4e;
}
/* CSS Variables */
:root {
--fairy-sparkles:#b4e5f8;
--bright-spark:#75c4e1;
--brig:#4ca1c2;
--mystic-turquoise:#00857a;
--alpine-green:#005c4e;
}