Color names in this palette
CSS code for this palette
/* CSS */
.frosted-grape {
color: #d3c5d1;
}
.grey-agate {
color: #a5b3c0;
}
.princess {
color: #f1a7b6;
}
.mountain-mint {
color: #a8e1c1;
}
.korean-mint {
color: #5b805e;
}
/* CSS Variables */
:root {
--frosted-grape:#d3c5d1;
--grey-agate:#a5b3c0;
--princess:#f1a7b6;
--mountain-mint:#a8e1c1;
--korean-mint:#5b805e;
}