Color names in this palette
CSS code for this palette
/* CSS */
.fired-brick {
color: #7b2d30;
}
.jab-o-ski-brown {
color: #ae6b6b;
}
.cozy-summer-sunset {
color: #e8a09c;
}
.everblooming {
color: #f2cbb5;
}
.shell-ginger {
color: #f9e3d7;
}
/* CSS Variables */
:root {
--fired-brick:#7b2d30;
--jab-o-ski-brown:#ae6b6b;
--cozy-summer-sunset:#e8a09c;
--everblooming:#f2cbb5;
--shell-ginger:#f9e3d7;
}