Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5e8c;
}
.tall-waves {
color: #5d9fcb;
}
.light-whimsy {
color: #98d0e7;
}
.anna-banana {
color: #f5d547;
}
.salsa-sizzle {
color: #ea7d3e;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5e8c;
--tall-waves:#5d9fcb;
--light-whimsy:#98d0e7;
--anna-banana:#f5d547;
--salsa-sizzle:#ea7d3e;
}