Color names in this palette
CSS code for this palette
/* CSS */
.velvet-outbreak {
color: #691b2c;
}
.velvet-cake {
color: #9d2a3f;
}
.bricks-of-hope {
color: #d95b59;
}
.welcoming-wasp {
color: #f0a800;
}
.fresh-grown {
color: #f1f6c1;
}
/* CSS Variables */
:root {
--velvet-outbreak:#691b2c;
--velvet-cake:#9d2a3f;
--bricks-of-hope:#d95b59;
--welcoming-wasp:#f0a800;
--fresh-grown:#f1f6c1;
}