Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f6b6d6;
}
.september-sun {
color: #fcd6a1;
}
.orchid-hue {
color: #e5e59a;
}
.celtic-spring {
color: #a9e0b6;
}
.pink-fit {
color: #f4a4b1;
}
/* CSS Variables */
:root {
--manga-pink:#f6b6d6;
--september-sun:#fcd6a1;
--orchid-hue:#e5e59a;
--celtic-spring:#a9e0b6;
--pink-fit:#f4a4b1;
}