Color names in this palette
CSS code for this palette
/* CSS */
.rusty-chainmail {
color: #c94a4c;
}
.melon-baby {
color: #f27b6e;
}
.arts-crafts-gold {
color: #f9c78b;
}
.lime-bright {
color: #f1e3b1;
}
.clean-pool {
color: #4cc0f6;
}
/* CSS Variables */
:root {
--rusty-chainmail:#c94a4c;
--melon-baby:#f27b6e;
--arts-crafts-gold:#f9c78b;
--lime-bright:#f1e3b1;
--clean-pool:#4cc0f6;
}