Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.friendly-yellow {
color: #f5e2b2;
}
.alesan {
color: #f0c1a8;
}
.fruit-red {
color: #f78b6e;
}
.opal-flame {
color: #e9584e;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--friendly-yellow:#f5e2b2;
--alesan:#f0c1a8;
--fruit-red:#f78b6e;
--opal-flame:#e9584e;
}