Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f5a3d8;
}
.ibis-wing {
color: #f58c84;
}
.rayo-de-sol {
color: #f4c557;
}
.cymophane-yellow {
color: #f2e4a6;
}
.capri-water-blue {
color: #a8e1d4;
}
/* CSS Variables */
:root {
--violet-kiss:#f5a3d8;
--ibis-wing:#f58c84;
--rayo-de-sol:#f4c557;
--cymophane-yellow:#f2e4a6;
--capri-water-blue:#a8e1d4;
}