Color names in this palette
CSS code for this palette
/* CSS */
.malibu {
color: #5eb7e4;
}
.bachelor-button {
color: #4abad3;
}
.water-sports {
color: #3fb8c6;
}
.capture {
color: #2ab29d;
}
.april-fool-s-red {
color: #1eb372;
}
/* CSS Variables */
:root {
--malibu:#5eb7e4;
--bachelor-button:#4abad3;
--water-sports:#3fb8c6;
--capture:#2ab29d;
--april-fool-s-red:#1eb372;
}