Color names in this palette
CSS code for this palette
/* CSS */
.sundown {
color: #f5c99e;
}
.mystic-tulip {
color: #f7b5a1;
}
.sweet-lilac {
color: #eab8d1;
}
.bright-ube {
color: #d499eb;
}
.middy-s-purple {
color: #a78bda;
}
/* CSS Variables */
:root {
--sundown:#f5c99e;
--mystic-tulip:#f7b5a1;
--sweet-lilac:#eab8d1;
--bright-ube:#d499eb;
--middy-s-purple:#a78bda;
}