Color names in this palette
CSS code for this palette
/* CSS */
.fuchsia-purple {
color: #d83b7a;
}
.pink-icing {
color: #f2a1a6;
}
.ice-cream-parlour {
color: #f8d2af;
}
.spring-yellow {
color: #f4e07b;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--fuchsia-purple:#d83b7a;
--pink-icing:#f2a1a6;
--ice-cream-parlour:#f8d2af;
--spring-yellow:#f4e07b;
--sunshine-mellow:#f1c40e;
}