Color names in this palette
CSS code for this palette
/* CSS */
.nectarous-nectarine {
color: #e25565;
}
.flamingo-dream {
color: #f0848c;
}
.ballerina-tears {
color: #f5b8b2;
}
.rose-sorbet {
color: #f8d4ce;
}
.royal-wedding {
color: #fce3e6;
}
/* CSS Variables */
:root {
--nectarous-nectarine:#e25565;
--flamingo-dream:#f0848c;
--ballerina-tears:#f5b8b2;
--rose-sorbet:#f8d4ce;
--royal-wedding:#fce3e6;
}