Color names in this palette
CSS code for this palette
/* CSS */
.soft-cheddar {
color: #e6ba5c;
}
.desert-rose {
color: #d05d6c;
}
.magenta-haze {
color: #a24e75;
}
.jubilee {
color: #7e5b9f;
}
.tech-wave {
color: #4c7b9e;
}
/* CSS Variables */
:root {
--soft-cheddar:#e6ba5c;
--desert-rose:#d05d6c;
--magenta-haze:#a24e75;
--jubilee:#7e5b9f;
--tech-wave:#4c7b9e;
}