Color names in this palette
CSS code for this palette
/* CSS */
.red-dahlia {
color: #852323;
}
.broken-tube {
color: #07070E;
}
.oyster-cracker {
color: #F3F1D2;
}
.tinted-ice {
color: #D4F5F3;
}
.white {
color: #FFFFFF;
}
/* CSS Variables */
:root {
--red-dahlia:#852323;
--broken-tube:#07070E;
--oyster-cracker:#F3F1D2;
--tinted-ice:#D4F5F3;
--white:#FFFFFF;
}