Color names in this palette
CSS code for this palette
/* CSS */
.red-clown {
color: #d73b33;
}
.stirland-battlemire {
color: #aa5a2c;
}
.wake-me-up {
color: #f2d85a;
}
.flat-green {
color: #6ba04b;
}
.diamond-white {
color: #e1f2f4;
}
/* CSS Variables */
:root {
--red-clown:#d73b33;
--stirland-battlemire:#aa5a2c;
--wake-me-up:#f2d85a;
--flat-green:#6ba04b;
--diamond-white:#e1f2f4;
}