Color names in this palette
CSS code for this palette
/* CSS */
.rusty-chainmail {
color: #c94a4c;
}
.sunset-peach {
color: #f6a47e;
}
.flan {
color: #f7e1b6;
}
.eerie-glow {
color: #a7d7b8;
}
.coolbox-ice-turquoise {
color: #499b9c;
}
/* CSS Variables */
:root {
--rusty-chainmail:#c94a4c;
--sunset-peach:#f6a47e;
--flan:#f7e1b6;
--eerie-glow:#a7d7b8;
--coolbox-ice-turquoise:#499b9c;
}