Color names in this palette
CSS code for this palette
/* CSS */
.tan-red {
color: #ff4b1f;
}
.forsythia {
color: #ffc800;
}
.hanuman-green {
color: #4dffb5;
}
.sky-of-magritte {
color: #00a1ff;
}
.russian-violet {
color: #2e1a47;
}
/* CSS Variables */
:root {
--tan-red:#ff4b1f;
--forsythia:#ffc800;
--hanuman-green:#4dffb5;
--sky-of-magritte:#00a1ff;
--russian-violet:#2e1a47;
}