Color names in this palette
CSS code for this palette
/* CSS */
.pink-horror {
color: #8e2e5d;
}
.exuberant-pink {
color: #b84c7b;
}
.quartz-pink {
color: #f0999d;
}
.daisy-desi {
color: #fddf8b;
}
.deep-fried-sun-rays {
color: #f5c661;
}
/* CSS Variables */
:root {
--pink-horror:#8e2e5d;
--exuberant-pink:#b84c7b;
--quartz-pink:#f0999d;
--daisy-desi:#fddf8b;
--deep-fried-sun-rays:#f5c661;
}