Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #9b1c2f;
}
.red-safflower {
color: #c83c45;
}
.redstone {
color: #e76e6e;
}
.samoan-sun {
color: #f6ba41;
}
.golden-opportunity {
color: #f9c16c;
}
/* CSS Variables */
:root {
--vivid-burgundy:#9b1c2f;
--red-safflower:#c83c45;
--redstone:#e76e6e;
--samoan-sun:#f6ba41;
--golden-opportunity:#f9c16c;
}