Color names in this palette
CSS code for this palette
/* CSS */
.tutuji-pink {
color: #ed5a92;
}
.raspberry-sorbet {
color: #d83b70;
}
.maroon-light {
color: #c62a5e;
}
.hydrangea-red {
color: #a71b4c;
}
.atlas-red {
color: #7f1a38;
}
/* CSS Variables */
:root {
--tutuji-pink:#ed5a92;
--raspberry-sorbet:#d83b70;
--maroon-light:#c62a5e;
--hydrangea-red:#a71b4c;
--atlas-red:#7f1a38;
}