Color names in this palette
CSS code for this palette
/* CSS */
.faience {
color: #2b6988;
}
.brig {
color: #4ba1c3;
}
.water-nymph {
color: #84d3e1;
}
.lighthouse-glow {
color: #f9d467;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--faience:#2b6988;
--brig:#4ba1c3;
--water-nymph:#84d3e1;
--lighthouse-glow:#f9d467;
--breeze-of-chilli:#f76e6e;
}