Color names in this palette
CSS code for this palette
/* CSS */
.sasquatch-socks {
color: #ff4d7f;
}
.floral-leaf {
color: #ffb84d;
}
.chickery-chick {
color: #ffea8f;
}
.nevada-sky {
color: #a2dae6;
}
.blue-elemental {
color: #5a8cf6;
}
/* CSS Variables */
:root {
--sasquatch-socks:#ff4d7f;
--floral-leaf:#ffb84d;
--chickery-chick:#ffea8f;
--nevada-sky:#a2dae6;
--blue-elemental:#5a8cf6;
}