Color names in this palette
CSS code for this palette
/* CSS */
.olive-oil {
color: #b8b56b;
}
.lime-tree {
color: #d3d56d;
}
.lustrous-yellow {
color: #e5e17b;
}
.no-gmb-yellow {
color: #f8e88b;
}
.creamy-sweet-corn {
color: #f7c34a;
}
/* CSS Variables */
:root {
--olive-oil:#b8b56b;
--lime-tree:#d3d56d;
--lustrous-yellow:#e5e17b;
--no-gmb-yellow:#f8e88b;
--creamy-sweet-corn:#f7c34a;
}