Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #7d1c1c;
}
.roof-terracotta {
color: #a14545;
}
.strawberry-wine {
color: #c66c6c;
}
.wood-nymph {
color: #e9a5a5;
}
.english-rose {
color: #f2c5c5;
}
/* CSS Variables */
:root {
--falu-red:#7d1c1c;
--roof-terracotta:#a14545;
--strawberry-wine:#c66c6c;
--wood-nymph:#e9a5a5;
--english-rose:#f2c5c5;
}