Color names in this palette
CSS code for this palette
/* CSS */
.citrus-sachet {
color: #f3c7aa;
}
.october-haze {
color: #f5ac8a;
}
.autumn-arrival {
color: #f5996b;
}
.akak-red {
color: #f27d5a;
}
.sour-cherry {
color: #e14b37;
}
/* CSS Variables */
:root {
--citrus-sachet:#f3c7aa;
--october-haze:#f5ac8a;
--autumn-arrival:#f5996b;
--akak-red:#f27d5a;
--sour-cherry:#e14b37;
}