Color names in this palette
CSS code for this palette
/* CSS */
.chateau-green {
color: #409c5b;
}
.butter-cream {
color: #f3b344;
}
.kanz-orange {
color: #ff8e3d;
}
.blood-burst {
color: #ff4d4d;
}
.camellia-rose {
color: #e64c6e;
}
/* CSS Variables */
:root {
--chateau-green:#409c5b;
--butter-cream:#f3b344;
--kanz-orange:#ff8e3d;
--blood-burst:#ff4d4d;
--camellia-rose:#e64c6e;
}