Color names in this palette
CSS code for this palette
/* CSS */
.emerald-clear-green {
color: #4e892f;
}
.be-spontaneous {
color: #a1cf68;
}
.ice-cold-green {
color: #d8eaa9;
}
.delightful-pastry {
color: #f9e8c8;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--emerald-clear-green:#4e892f;
--be-spontaneous:#a1cf68;
--ice-cold-green:#d8eaa9;
--delightful-pastry:#f9e8c8;
--apricot-glazed-chicken:#f5a524;
}