Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f3a5a0;
}
.old-flame {
color: #f5b7b2;
}
.azalea-pink {
color: #f9c3c4;
}
.pink-fluorite {
color: #fcd4d7;
}
.royal-wedding {
color: #fce3e5;
}
/* CSS Variables */
:root {
--roseberry:#f3a5a0;
--old-flame:#f5b7b2;
--azalea-pink:#f9c3c4;
--pink-fluorite:#fcd4d7;
--royal-wedding:#fce3e5;
}