Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5c2e3d;
}
.hawthorn-rose {
color: #8b4b5c;
}
.beetroot-rice {
color: #c68b9a;
}
.amazon-river-dolphin {
color: #e5b3b6;
}
.rose-water {
color: #f6dada;
}
/* CSS Variables */
:root {
--windsor-wine:#5c2e3d;
--hawthorn-rose:#8b4b5c;
--beetroot-rice:#c68b9a;
--amazon-river-dolphin:#e5b3b6;
--rose-water:#f6dada;
}