Color names in this palette
CSS code for this palette
/* CSS */
.faience {
color: #2b6f8c;
}
.brig {
color: #4fa1bf;
}
.water-nymph {
color: #7cd4df;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--faience:#2b6f8c;
--brig:#4fa1bf;
--water-nymph:#7cd4df;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}