Color names in this palette
CSS code for this palette
/* CSS */
.rusty-chainmail {
color: #c94a4c;
}
.hot-coral {
color: #f25c5a;
}
.gemini-mustard-momento {
color: #f8a94f;
}
.forsythia-blossom {
color: #f3d46d;
}
.ballet-white {
color: #f2e6d9;
}
/* CSS Variables */
:root {
--rusty-chainmail:#c94a4c;
--hot-coral:#f25c5a;
--gemini-mustard-momento:#f8a94f;
--forsythia-blossom:#f3d46d;
--ballet-white:#f2e6d9;
}