Color names in this palette
CSS code for this palette
/* CSS */
.royal-peacock {
color: #29b6e0;
}
.electric-lemonade {
color: #5fd5e7;
}
.bath-water {
color: #8cf3ec;
}
.seafair-green {
color: #b4f9d9;
}
.white-currant {
color: #f9edc3;
}
/* CSS Variables */
:root {
--royal-peacock:#29b6e0;
--electric-lemonade:#5fd5e7;
--bath-water:#8cf3ec;
--seafair-green:#b4f9d9;
--white-currant:#f9edc3;
}