Color names in this palette
CSS code for this palette
/* CSS */
.royal-peacock {
color: #29b6e0;
}
.hammam-blue {
color: #5ed7d9;
}
.sea-foam {
color: #89e1d4;
}
.certain-peach {
color: #f5b9a3;
}
.sacral-chakra {
color: #f0993d;
}
/* CSS Variables */
:root {
--royal-peacock:#29b6e0;
--hammam-blue:#5ed7d9;
--sea-foam:#89e1d4;
--certain-peach:#f5b9a3;
--sacral-chakra:#f0993d;
}