Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.floral-leaf {
color: #ffb84d;
}
.manila-tint {
color: #ffe1a8;
}
.silky-tofu {
color: #fff5e5;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--floral-leaf:#ffb84d;
--manila-tint:#ffe1a8;
--silky-tofu:#fff5e5;
--grapefruit-pulp:#ff6e61;
}