Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a4;
}
.matt-pink {
color: #ffb8c1;
}
.peach-puff {
color: #ffd9b8;
}
.peach-of-mind {
color: #ffe3b3;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a4;
--matt-pink:#ffb8c1;
--peach-puff:#ffd9b8;
--peach-of-mind:#ffe3b3;
--mouse-nose:#ffe4b3;
}