Color names in this palette
CSS code for this palette
/* CSS */
.forgotten-sunset {
color: #fdd4af;
}
.allspice {
color: #f9cca9;
}
.mandys-pink {
color: #f4b69a;
}
.stone-fruit {
color: #f2a18c;
}
.apricot-nectar {
color: #efa87b;
}
/* CSS Variables */
:root {
--forgotten-sunset:#fdd4af;
--allspice:#f9cca9;
--mandys-pink:#f4b69a;
--stone-fruit:#f2a18c;
--apricot-nectar:#efa87b;
}