Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a7d7b8;
}
.warming-peach {
color: #e4b5a0;
}
.soft-butter {
color: #f6e1b6;
}
.butter-cupcake {
color: #fddb9b;
}
.shrimp-toast {
color: #f7c6a1;
}
/* CSS Variables */
:root {
--eerie-glow:#a7d7b8;
--warming-peach:#e4b5a0;
--soft-butter:#f6e1b6;
--butter-cupcake:#fddb9b;
--shrimp-toast:#f7c6a1;
}