Color names in this palette
CSS code for this palette
/* CSS */
.schauss-pink {
color: #ff8faf;
}
.blush-hour {
color: #ff708f;
}
.love-red {
color: #ff4d6d;
}
.lightish-red {
color: #ff294d;
}
.vivid-raspberry {
color: #ff006e;
}
/* CSS Variables */
:root {
--schauss-pink:#ff8faf;
--blush-hour:#ff708f;
--love-red:#ff4d6d;
--lightish-red:#ff294d;
--vivid-raspberry:#ff006e;
}