Color names in this palette
CSS code for this palette
/* CSS */
.pink-cattleya {
color: #ffb3d1;
}
.blush-hour {
color: #ff7092;
}
.chinese-new-year {
color: #ff2e62;
}
.carmine {
color: #d60032;
}
.manually-pressed-grapes {
color: #920c3f;
}
/* CSS Variables */
:root {
--pink-cattleya:#ffb3d1;
--blush-hour:#ff7092;
--chinese-new-year:#ff2e62;
--carmine:#d60032;
--manually-pressed-grapes:#920c3f;
}