Color names in this palette
CSS code for this palette
/* CSS */
.crimson-cloud {
color: #c22e3c;
}
.valencia {
color: #d65c4c;
}
.saber-toothed-tiger {
color: #e79a5a;
}
.sunrise {
color: #f6c279;
}
.venetian-yellow {
color: #f4e69f;
}
/* CSS Variables */
:root {
--crimson-cloud:#c22e3c;
--valencia:#d65c4c;
--saber-toothed-tiger:#e79a5a;
--sunrise:#f6c279;
--venetian-yellow:#f4e69f;
}