Color names in this palette
CSS code for this palette
/* CSS */
.fusion-red {
color: #ff5c61;
}
.october-haze {
color: #f9ac90;
}
.forsythia-blossom {
color: #f6d86a;
}
.glenwood-green {
color: #a4d5b6;
}
.natural-orchestra {
color: #4b9b7c;
}
/* CSS Variables */
:root {
--fusion-red:#ff5c61;
--october-haze:#f9ac90;
--forsythia-blossom:#f6d86a;
--glenwood-green:#a4d5b6;
--natural-orchestra:#4b9b7c;
}