Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.sweet-serenade {
color: #ffc7d5;
}
.it-s-a-girl {
color: #ffdbe3;
}
.stereotypical-duck {
color: #fff5d1;
}
.vanilla-ice-cream {
color: #ffe7b3;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--sweet-serenade:#ffc7d5;
--it-s-a-girl:#ffdbe3;
--stereotypical-duck:#fff5d1;
--vanilla-ice-cream:#ffe7b3;
}