Color names in this palette
CSS code for this palette
/* CSS */
.sundance {
color: #f8c76d;
}
.hazelnut-milk {
color: #f1a779;
}
.i-love-you-pink {
color: #d97d8c;
}
.mauve-memento {
color: #a46a92;
}
.pure-mauve {
color: #6a4c94;
}
/* CSS Variables */
:root {
--sundance:#f8c76d;
--hazelnut-milk:#f1a779;
--i-love-you-pink:#d97d8c;
--mauve-memento:#a46a92;
--pure-mauve:#6a4c94;
}