Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.may-sun {
color: #f9e9d2;
}
.eerie-glow {
color: #a6d8b9;
}
.intergalactic-blue {
color: #b1e0f2;
}
.light-orchid {
color: #e1a8d7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--may-sun:#f9e9d2;
--eerie-glow:#a6d8b9;
--intergalactic-blue:#b1e0f2;
--light-orchid:#e1a8d7;
}