Color names in this palette
CSS code for this palette
/* CSS */
.light-cornflower-blue {
color: #95ccea;
}
.regale-blue {
color: #7fb2d7;
}
.tall-waves {
color: #5c9bcc;
}
.curious-blue {
color: #3983b1;
}
.jazz-blue {
color: #1c6f9b;
}
/* CSS Variables */
:root {
--light-cornflower-blue:#95ccea;
--regale-blue:#7fb2d7;
--tall-waves:#5c9bcc;
--curious-blue:#3983b1;
--jazz-blue:#1c6f9b;
}