Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #6c1e2c;
}
.ruby-slippers {
color: #9e2e34;
}
.autumn-fire {
color: #c35052;
}
.sugar-poppy {
color: #e77e7f;
}
.ballerina-tears {
color: #f2b7b0;
}
/* CSS Variables */
:root {
--velvet-outbreak:#6c1e2c;
--ruby-slippers:#9e2e34;
--autumn-fire:#c35052;
--sugar-poppy:#e77e7f;
--ballerina-tears:#f2b7b0;
}