Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f9e5b4;
}
.avid-apricot {
color: #f4c59f;
}
.fruit-shake {
color: #f29c8c;
}
.childhood-crush {
color: #e76d65;
}
.iridescent-red {
color: #c94f5c;
}
/* CSS Variables */
:root {
--noodles:#f9e5b4;
--avid-apricot:#f4c59f;
--fruit-shake:#f29c8c;
--childhood-crush:#e76d65;
--iridescent-red:#c94f5c;
}