Color names in this palette
CSS code for this palette
/* CSS */
.offbeat {
color: #d7d0c6;
}
.starfish {
color: #e3bca5;
}
.hazelnut-milk {
color: #f2a778;
}
.sizzling-sunset {
color: #ef7e4d;
}
.l-l-red {
color: #d65c24;
}
/* CSS Variables */
:root {
--offbeat:#d7d0c6;
--starfish:#e3bca5;
--hazelnut-milk:#f2a778;
--sizzling-sunset:#ef7e4d;
--l-l-red:#d65c24;
}