Color names in this palette
CSS code for this palette
/* CSS */
.golden-olive {
color: #b09e3b;
}
.ronchi {
color: #e8b54f;
}
.ake-blood {
color: #d63c24;
}
.vivid-burgundy {
color: #a61c31;
}
.blue-gem {
color: #4b3b8c;
}
/* CSS Variables */
:root {
--golden-olive:#b09e3b;
--ronchi:#e8b54f;
--ake-blood:#d63c24;
--vivid-burgundy:#a61c31;
--blue-gem:#4b3b8c;
}