Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #691b2b;
}
.vivid-burgundy {
color: #a41e34;
}
.desire {
color: #e93f4b;
}
.sun-orange {
color: #f47b1f;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--velvet-outbreak:#691b2b;
--vivid-burgundy:#a41e34;
--desire:#e93f4b;
--sun-orange:#f47b1f;
--creamy-sweet-corn:#f9c54e;
}