Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c62f3b;
}
.emperor-s-children {
color: #f2a1b4;
}
.cherry-blossom {
color: #f5c2d6;
}
.thunder {
color: #4d4d4d;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--etruscan-red:#c62f3b;
--emperor-s-children:#f2a1b4;
--cherry-blossom:#f5c2d6;
--thunder:#4d4d4d;
--bleached-silk:#f2f2f2;
}