Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a8d6e1;
}
.caulerpa-lentillifera {
color: #5c9d9b;
}
.mystic-tulip {
color: #f7b5a1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.wake-me-up {
color: #f6d55a;
}
/* CSS Variables */
:root {
--winsome-hue:#a8d6e1;
--caulerpa-lentillifera:#5c9d9b;
--mystic-tulip:#f7b5a1;
--grapefruit-pulp:#ff6e61;
--wake-me-up:#f6d55a;
}