Color names in this palette
CSS code for this palette
/* CSS */
.sweetheart {
color: #f4c3d6;
}
.mystic-tulip {
color: #f7b5a1;
}
.glitter-yellow {
color: #f8d75d;
}
.lemon-dream {
color: #f0a400;
}
.horror-snob {
color: #d64c4c;
}
/* CSS Variables */
:root {
--sweetheart:#f4c3d6;
--mystic-tulip:#f7b5a1;
--glitter-yellow:#f8d75d;
--lemon-dream:#f0a400;
--horror-snob:#d64c4c;
}