Color names in this palette
CSS code for this palette
/* CSS */
.peach-rose {
color: #f6e4d5;
}
.everblooming {
color: #f1c8b7;
}
.wisley-pink {
color: #f4a499;
}
.babe {
color: #e07b7b;
}
.iridescent-red {
color: #c94f5a;
}
/* CSS Variables */
:root {
--peach-rose:#f6e4d5;
--everblooming:#f1c8b7;
--wisley-pink:#f4a499;
--babe:#e07b7b;
--iridescent-red:#c94f5a;
}