Color names in this palette
CSS code for this palette
/* CSS */
.marigold {
color: #ffc105;
}
.shocking-orange {
color: #ff6d1f;
}
.akabeni {
color: #c72929;
}
.roxy-brown {
color: #795649;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--marigold:#ffc105;
--shocking-orange:#ff6d1f;
--akabeni:#c72929;
--roxy-brown:#795649;
--hollandaise:#ffec3d;
}