Color names in this palette
CSS code for this palette
/* CSS */
.sweet-potato {
color: #d97f3a;
}
.olden-amber {
color: #f1b66a;
}
.meadow-yellow {
color: #f9db90;
}
.blended-fruit {
color: #f8e1a5;
}
.peach-temptation {
color: #f3c2b4;
}
/* CSS Variables */
:root {
--sweet-potato:#d97f3a;
--olden-amber:#f1b66a;
--meadow-yellow:#f9db90;
--blended-fruit:#f8e1a5;
--peach-temptation:#f3c2b4;
}