Color names in this palette
CSS code for this palette
/* CSS */
.wake-me-up {
color: #f6d55a;
}
.peach-bud {
color: #f9b1ae;
}
.bubble-algae {
color: #8cedc6;
}
.verditer {
color: #00b3aa;
}
.hot-coral {
color: #f25c5a;
}
/* CSS Variables */
:root {
--wake-me-up:#f6d55a;
--peach-bud:#f9b1ae;
--bubble-algae:#8cedc6;
--verditer:#00b3aa;
--hot-coral:#f25c5a;
}