Color names in this palette
CSS code for this palette
/* CSS */
.golden-opportunity {
color: #f9c16c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.24-carrot {
color: #e76e27;
}
.spirit-warrior {
color: #d9513f;
}
.boysenberry-pink {
color: #a2395c;
}
/* CSS Variables */
:root {
--golden-opportunity:#f9c16c;
--apricot-glazed-chicken:#f5a524;
--24-carrot:#e76e27;
--spirit-warrior:#d9513f;
--boysenberry-pink:#a2395c;
}