Color names in this palette
CSS code for this palette
/* CSS */
.hint-of-red {
color: #f5e0e0;
}
.sunday-best {
color: #f9c8c8;
}
.peach-burst {
color: #f29797;
}
.permanent-geranium-lake {
color: #e62d2d;
}
.cherry-crush {
color: #c51616;
}
/* CSS Variables */
:root {
--hint-of-red:#f5e0e0;
--sunday-best:#f9c8c8;
--peach-burst:#f29797;
--permanent-geranium-lake:#e62d2d;
--cherry-crush:#c51616;
}