Color names in this palette
CSS code for this palette
/* CSS */
.bright-citrus {
color: #ffc7a8;
}
.flash-in-the-pan {
color: #ff9a75;
}
.outrageous-orange {
color: #ff6f47;
}
.opal-flame {
color: #ef5d4d;
}
.italiano-rose {
color: #d05d6a;
}
/* CSS Variables */
:root {
--bright-citrus:#ffc7a8;
--flash-in-the-pan:#ff9a75;
--outrageous-orange:#ff6f47;
--opal-flame:#ef5d4d;
--italiano-rose:#d05d6a;
}