Color names in this palette
CSS code for this palette
/* CSS */
.sundried-tomato {
color: #6a2929;
}
.redeye {
color: #b13939;
}
.coral-expression {
color: #d66b6b;
}
.plum-blossom {
color: #f1a2a2;
}
.gaiety {
color: #f5e5e5;
}
/* CSS Variables */
:root {
--sundried-tomato:#6a2929;
--redeye:#b13939;
--coral-expression:#d66b6b;
--plum-blossom:#f1a2a2;
--gaiety:#f5e5e5;
}