Color names in this palette
CSS code for this palette
/* CSS */
.sitter-red {
color: #3d1f31;
}
.enchantress {
color: #5f3a48;
}
.glazed-ringlet {
color: #8c5f6f;
}
.lighthearted-rose {
color: #c4a1a8;
}
.mary-s-rose {
color: #f4d2d3;
}
/* CSS Variables */
:root {
--sitter-red:#3d1f31;
--enchantress:#5f3a48;
--glazed-ringlet:#8c5f6f;
--lighthearted-rose:#c4a1a8;
--mary-s-rose:#f4d2d3;
}