Color names in this palette
CSS code for this palette
/* CSS */
.sango-pink {
color: #f7b2b0;
}
.peach-damask {
color: #f9c6a9;
}
.khaki-core {
color: #f9e5ae;
}
.wedge-of-lime {
color: #e2efa4;
}
.bellagio-fountains {
color: #b9e3f3;
}
/* CSS Variables */
:root {
--sango-pink:#f7b2b0;
--peach-damask:#f9c6a9;
--khaki-core:#f9e5ae;
--wedge-of-lime:#e2efa4;
--bellagio-fountains:#b9e3f3;
}