Color names in this palette
CSS code for this palette
/* CSS */
.mulberry-mix {
color: #9b596d;
}
.silk-ribbon {
color: #c26b8f;
}
.blushing-tulip {
color: #e2a1b5;
}
.pale-coral {
color: #f2d0b5;
}
.maybe-maui {
color: #f7d58d;
}
/* CSS Variables */
:root {
--mulberry-mix:#9b596d;
--silk-ribbon:#c26b8f;
--blushing-tulip:#e2a1b5;
--pale-coral:#f2d0b5;
--maybe-maui:#f7d58d;
}