Color names in this palette
CSS code for this palette
/* CSS */
.rose-fusion {
color: #f76a55;
}
.floral-leaf {
color: #ffb84d;
}
.june-day {
color: #ffe180;
}
.eton-blue {
color: #a7d3d3;
}
.windstorm {
color: #6999c3;
}
/* CSS Variables */
:root {
--rose-fusion:#f76a55;
--floral-leaf:#ffb84d;
--june-day:#ffe180;
--eton-blue:#a7d3d3;
--windstorm:#6999c3;
}