Color names in this palette
CSS code for this palette
/* CSS */
.candid-blue {
color: #6cc0e4;
}
.lake-thun {
color: #49b5e4;
}
.boyzone {
color: #2991d6;
}
.larimar-blue {
color: #1e77b3;
}
.bright-midnight-blue {
color: #1a4f7a;
}
/* CSS Variables */
:root {
--candid-blue:#6cc0e4;
--lake-thun:#49b5e4;
--boyzone:#2991d6;
--larimar-blue:#1e77b3;
--bright-midnight-blue:#1a4f7a;
}