Color names in this palette
CSS code for this palette
/* CSS */
.fusion-red {
color: #ff5c61;
}
.peach-butter {
color: #ffab3d;
}
.forsythia-blossom {
color: #f6d96f;
}
.turquoise-tower {
color: #a6e3d0;
}
.dodger-blue {
color: #3884ff;
}
/* CSS Variables */
:root {
--fusion-red:#ff5c61;
--peach-butter:#ffab3d;
--forsythia-blossom:#f6d96f;
--turquoise-tower:#a6e3d0;
--dodger-blue:#3884ff;
}