Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-flake {
color: #e67c5c;
}
.mandys-pink {
color: #f4b79f;
}
.sandy-bay {
color: #f8d5b4;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
.child-of-light {
color: #f1f5f9;
}
/* CSS Variables */
:root {
--tangerine-flake:#e67c5c;
--mandys-pink:#f4b79f;
--sandy-bay:#f8d5b4;
--smooth-as-corn-silk:#f4e2b3;
--child-of-light:#f1f5f9;
}