Color names in this palette
CSS code for this palette
/* CSS */
.foresight {
color: #93a9d2;
}
.mystic-tulip {
color: #f7b5a1;
}
.wake-me-up {
color: #f6d55a;
}
.may-day {
color: #4ccdc4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--foresight:#93a9d2;
--mystic-tulip:#f7b5a1;
--wake-me-up:#f6d55a;
--may-day:#4ccdc4;
--grapefruit-pulp:#ff6e61;
}