Color names in this palette
CSS code for this palette
/* CSS */
.love-at-first-sight {
color: #e7a7b2;
}
.in-the-pink {
color: #f2c5d3;
}
.pork-belly {
color: #f7dee7;
}
.durango-dust {
color: #fbe2a2;
}
.cochin-chicken {
color: #f5b561;
}
/* CSS Variables */
:root {
--love-at-first-sight:#e7a7b2;
--in-the-pink:#f2c5d3;
--pork-belly:#f7dee7;
--durango-dust:#fbe2a2;
--cochin-chicken:#f5b561;
}