Color names in this palette
CSS code for this palette
/* CSS */
.purity {
color: #d6c9e3;
}
.gumball {
color: #e7b1d7;
}
.ballet-slippers {
color: #f7a1b2;
}
.sunday-afternoon {
color: #f6c479;
}
.peach-quartz {
color: #f5b184;
}
/* CSS Variables */
:root {
--purity:#d6c9e3;
--gumball:#e7b1d7;
--ballet-slippers:#f7a1b2;
--sunday-afternoon:#f6c479;
--peach-quartz:#f5b184;
}