Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #f9e19f;
}
.sullivan-s-heart {
color: #f6c6d3;
}
.tickled-pink {
color: #f2a6c3;
}
.princess {
color: #efa4b2;
}
.my-fair-lady {
color: #f4c4c3;
}
/* CSS Variables */
:root {
--durango-dust:#f9e19f;
--sullivan-s-heart:#f6c6d3;
--tickled-pink:#f2a6c3;
--princess:#efa4b2;
--my-fair-lady:#f4c4c3;
}