Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e9a5c6;
}
.ibis {
color: #f4b4c3;
}
.peach-patch {
color: #f3d5a0;
}
.cakepop-sorbet {
color: #f7c64b;
}
.brass-mesh {
color: #e3a645;
}
/* CSS Variables */
:root {
--prettiest-pink:#e9a5c6;
--ibis:#f4b4c3;
--peach-patch:#f3d5a0;
--cakepop-sorbet:#f7c64b;
--brass-mesh:#e3a645;
}