Color names in this palette
CSS code for this palette
/* CSS */
.traditional-leather {
color: #6f4f3e;
}
.devil-s-grass {
color: #4cae4f;
}
.karimun-blue {
color: #2094f3;
}
.hollandaise {
color: #ffec3d;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--traditional-leather:#6f4f3e;
--devil-s-grass:#4cae4f;
--karimun-blue:#2094f3;
--hollandaise:#ffec3d;
--vitamin-c:#ff9900;
}