Color names in this palette
CSS code for this palette
/* CSS */
.teaberry-blossom {
color: #b1483e;
}
.dash-of-curry {
color: #c86b5b;
}
.flower-field {
color: #d9a76d;
}
.dried-plantain {
color: #e4ccaa;
}
.posy {
color: #f4e1d2;
}
/* CSS Variables */
:root {
--teaberry-blossom:#b1483e;
--dash-of-curry:#c86b5b;
--flower-field:#d9a76d;
--dried-plantain:#e4ccaa;
--posy:#f4e1d2;
}