Color names in this palette
CSS code for this palette
/* CSS */
.fusion-red {
color: #ff5c61;
}
.first-peach {
color: #f4c8c8;
}
.upbeat {
color: #f3d8a5;
}
.antique-wicker-basket {
color: #f6d4a2;
}
.almost-aloe {
color: #c6e9af;
}
/* CSS Variables */
:root {
--fusion-red:#ff5c61;
--first-peach:#f4c8c8;
--upbeat:#f3d8a5;
--antique-wicker-basket:#f6d4a2;
--almost-aloe:#c6e9af;
}