Color names in this palette
CSS code for this palette
/* CSS */
.cherry-kiss {
color: #a52c3a;
}
.paradise-pink {
color: #e4495b;
}
.jaguar-rose {
color: #f0b2ba;
}
.illuminated {
color: #f9e6d7;
}
.blunt-violet {
color: #8e6b7b;
}
/* CSS Variables */
:root {
--cherry-kiss:#a52c3a;
--paradise-pink:#e4495b;
--jaguar-rose:#f0b2ba;
--illuminated:#f9e6d7;
--blunt-violet:#8e6b7b;
}