Color names in this palette
CSS code for this palette
/* CSS */
.glazed-persimmon {
color: #d74c37;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.marigold-dust {
color: #f4cf3e;
}
.mountain-mint {
color: #a9dfbf;
}
.blue-hepatica {
color: #6b5be6;
}
/* CSS Variables */
:root {
--glazed-persimmon:#d74c37;
--apricot-glazed-chicken:#f5a524;
--marigold-dust:#f4cf3e;
--mountain-mint:#a9dfbf;
--blue-hepatica:#6b5be6;
}