Color names in this palette
CSS code for this palette
/* CSS */
.crimson-cloud {
color: #c52b3d;
}
.seasonal-beige {
color: #e9b79f;
}
.flowering-cactus {
color: #a3d2c0;
}
.flame-seal {
color: #f4e257;
}
.flat-green {
color: #6c9a4c;
}
/* CSS Variables */
:root {
--crimson-cloud:#c52b3d;
--seasonal-beige:#e9b79f;
--flowering-cactus:#a3d2c0;
--flame-seal:#f4e257;
--flat-green:#6c9a4c;
}