Color names in this palette
CSS code for this palette
/* CSS */
.fusion-red {
color: #ff5c67;
}
.floral-leaf {
color: #ffb84d;
}
.chickery-chick {
color: #ffea8f;
}
.turquoise-sea {
color: #6ed6ed;
}
.clear-chill {
color: #1f8fff;
}
/* CSS Variables */
:root {
--fusion-red:#ff5c67;
--floral-leaf:#ffb84d;
--chickery-chick:#ffea8f;
--turquoise-sea:#6ed6ed;
--clear-chill:#1f8fff;
}