Color names in this palette
CSS code for this palette
/* CSS */
.quintessential {
color: #c3dac3;
}
.french-market {
color: #a4c3a2;
}
.august-moon {
color: #e6e1d6;
}
.peach-temptation {
color: #f5c3b2;
}
.shell-pink {
color: #f57f7f;
}
/* CSS Variables */
:root {
--quintessential:#c3dac3;
--french-market:#a4c3a2;
--august-moon:#e6e1d6;
--peach-temptation:#f5c3b2;
--shell-pink:#f57f7f;
}