Color names in this palette
CSS code for this palette
/* CSS */
.country-meadow {
color: #1f5b4d;
}
.vile-green {
color: #8fd1b2;
}
.vanilla {
color: #f3e4aa;
}
.blue-angels-yellow {
color: #fab700;
}
.benihi-red {
color: #f54c32;
}
/* CSS Variables */
:root {
--country-meadow:#1f5b4d;
--vile-green:#8fd1b2;
--vanilla:#f3e4aa;
--blue-angels-yellow:#fab700;
--benihi-red:#f54c32;
}