Color names in this palette
CSS code for this palette
/* CSS */
.white {
color: #ffffff;
}
.sullivan-s-heart {
color: #f9c3d3;
}
.pink-pleasure {
color: #ffe0e5;
}
.schauss-pink {
color: #ff8fb2;
}
.nosegay {
color: #ffe5eb;
}
/* CSS Variables */
:root {
--white:#ffffff;
--sullivan-s-heart:#f9c3d3;
--pink-pleasure:#ffe0e5;
--schauss-pink:#ff8fb2;
--nosegay:#ffe5eb;
}