Color names in this palette
CSS code for this palette
/* CSS */
.goldfish {
color: #f3ab5e;
}
.faded-sunlight {
color: #ffce6b;
}
.citrus-punch {
color: #ffeb85;
}
.dingy-sticky-note {
color: #e6f6a2;
}
.overtone {
color: #a2e6b0;
}
/* CSS Variables */
:root {
--goldfish:#f3ab5e;
--faded-sunlight:#ffce6b;
--citrus-punch:#ffeb85;
--dingy-sticky-note:#e6f6a2;
--overtone:#a2e6b0;
}