Color names in this palette
CSS code for this palette
/* CSS */
.soft-butter {
color: #f4e1b8;
}
.birch-beige {
color: #d9c1a1;
}
.botanical-tint {
color: #a9e5d1;
}
.estuary-blue {
color: #6fa5b8;
}
.adriatic-blue {
color: #5b899a;
}
/* CSS Variables */
:root {
--soft-butter:#f4e1b8;
--birch-beige:#d9c1a1;
--botanical-tint:#a9e5d1;
--estuary-blue:#6fa5b8;
--adriatic-blue:#5b899a;
}