Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.artful-red {
color: #b30000;
}
.dead-blue-eyes {
color: #0055cc;
}
.devil-s-grass {
color: #4cae4f;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--artful-red:#b30000;
--dead-blue-eyes:#0055cc;
--devil-s-grass:#4cae4f;
--hollandaise:#ffec3d;
}