Color names in this palette
CSS code for this palette
/* CSS */
.terra-sol {
color: #eab47b;
}
.ambitious-amber {
color: #f1c798;
}
.cheddar-corn {
color: #f6d4b6;
}
.yellow-shimmer {
color: #f8e1c9;
}
.coral-silk {
color: #f2a67d;
}
/* CSS Variables */
:root {
--terra-sol:#eab47b;
--ambitious-amber:#f1c798;
--cheddar-corn:#f6d4b6;
--yellow-shimmer:#f8e1c9;
--coral-silk:#f2a67d;
}