Color names in this palette
CSS code for this palette
/* CSS */
.pink-lily {
color: #f8d3e6;
}
.azalea-pink {
color: #f9c3c5;
}
.jaguar-rose {
color: #f2b5b6;
}
.think-pink {
color: #e6a7c3;
}
.prominent-pink {
color: #d79dc4;
}
/* CSS Variables */
:root {
--pink-lily:#f8d3e6;
--azalea-pink:#f9c3c5;
--jaguar-rose:#f2b5b6;
--think-pink:#e6a7c3;
--prominent-pink:#d79dc4;
}