Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.orange-gluttony {
color: #e77b23;
}
.valencia {
color: #d4574e;
}
.wisteria-purple {
color: #8a5b9a;
}
.genteel-blue {
color: #6b8bb3;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--orange-gluttony:#e77b23;
--valencia:#d4574e;
--wisteria-purple:#8a5b9a;
--genteel-blue:#6b8bb3;
}