Color names in this palette
CSS code for this palette
/* CSS */
.aries-hot-pink {
color: #ff8ac4;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
.lightish-red {
color: #ff294d;
}
.opera-red {
color: #ff1a34;
}
/* CSS Variables */
:root {
--aries-hot-pink:#ff8ac4;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
--lightish-red:#ff294d;
--opera-red:#ff1a34;
}