Color names in this palette
CSS code for this palette
/* CSS */
.angela-bay {
color: #a7c2e2;
}
.welcoming-wasp {
color: #f0a800;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.coral-red {
color: #ff3d40;
}
.safflower-purple {
color: #b34d92;
}
/* CSS Variables */
:root {
--angela-bay:#a7c2e2;
--welcoming-wasp:#f0a800;
--royal-flycatcher-crest:#f06c00;
--coral-red:#ff3d40;
--safflower-purple:#b34d92;
}