Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f4c6c3;
}
.strawberry-smoothie {
color: #e8a1a4;
}
.sugar-tooth {
color: #d88d9d;
}
.rose-chintz {
color: #c5727c;
}
.mauve-orchid {
color: #a76c8e;
}
/* CSS Variables */
:root {
--english-rose:#f4c6c3;
--strawberry-smoothie:#e8a1a4;
--sugar-tooth:#d88d9d;
--rose-chintz:#c5727c;
--mauve-orchid:#a76c8e;
}