Color names in this palette
CSS code for this palette
/* CSS */
.canewood {
color: #d9b89b;
}
.lol-yellow {
color: #e6c989;
}
.pierogi {
color: #f2d98c;
}
.just-blush {
color: #f9b4a4;
}
.mauve-memento {
color: #a76c8f;
}
/* CSS Variables */
:root {
--canewood:#d9b89b;
--lol-yellow:#e6c989;
--pierogi:#f2d98c;
--just-blush:#f9b4a4;
--mauve-memento:#a76c8f;
}