Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.fallen-blossoms {
color: #f0b2c5;
}
.in-the-pink {
color: #f4c3d1;
}
.capital-yellow {
color: #e6b947;
}
.tangerine-bliss {
color: #d75c33;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--fallen-blossoms:#f0b2c5;
--in-the-pink:#f4c3d1;
--capital-yellow:#e6b947;
--tangerine-bliss:#d75c33;
}