Color names in this palette
CSS code for this palette
/* CSS */
.apricotta {
color: #d8a58d;
}
.citrus-sachet {
color: #f1c6a7;
}
.lime-bright {
color: #f1e3b1;
}
.banana-drama {
color: #f3d149;
}
.fuel-yellow {
color: #d08f39;
}
/* CSS Variables */
:root {
--apricotta:#d8a58d;
--citrus-sachet:#f1c6a7;
--lime-bright:#f1e3b1;
--banana-drama:#f3d149;
--fuel-yellow:#d08f39;
}