Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4b3b8c;
}
.fertile-soil {
color: #8c5e3b;
}
.capital-yellow {
color: #e4b744;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.capocollo {
color: #d8544f;
}
/* CSS Variables */
:root {
--blue-gem:#4b3b8c;
--fertile-soil:#8c5e3b;
--capital-yellow:#e4b744;
--apricot-glazed-chicken:#f5a524;
--capocollo:#d8544f;
}