Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.koeksister {
color: #e67b51;
}
.lion-of-menecrates {
color: #f2a769;
}
.pink-beach {
color: #f9c3a4;
}
.hundred-waters {
color: #afb3d0;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--koeksister:#e67b51;
--lion-of-menecrates:#f2a769;
--pink-beach:#f9c3a4;
--hundred-waters:#afb3d0;
}