Color names in this palette
CSS code for this palette
/* CSS */
.celtic-spring {
color: #a9e0b1;
}
.maybe-maui {
color: #f6d58e;
}
.mystic-tulip {
color: #f8b2a0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.poodle-skirt {
color: #ffb3ba;
}
/* CSS Variables */
:root {
--celtic-spring:#a9e0b1;
--maybe-maui:#f6d58e;
--mystic-tulip:#f8b2a0;
--grapefruit-pulp:#ff6e61;
--poodle-skirt:#ffb3ba;
}