Color names in this palette
CSS code for this palette
/* CSS */
.dreamsicle {
color: #f5d4c2;
}
.shrimp-toast {
color: #f7c3a1;
}
.mellow-apricot {
color: #f9b87b;
}
.trump-tan {
color: #fca76e;
}
.sango-red {
color: #f86e4f;
}
/* CSS Variables */
:root {
--dreamsicle:#f5d4c2;
--shrimp-toast:#f7c3a1;
--mellow-apricot:#f9b87b;
--trump-tan:#fca76e;
--sango-red:#f86e4f;
}