Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.white-acorn {
color: #d8a78d;
}
.nettle {
color: #bfaf7d;
}
.frugal {
color: #a4d6b1;
}
.little-league {
color: #6a9a8e;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--white-acorn:#d8a78d;
--nettle:#bfaf7d;
--frugal:#a4d6b1;
--little-league:#6a9a8e;
}