Color names in this palette
CSS code for this palette
/* CSS */
.sovereign-red {
color: #d1293d;
}
.sango-red {
color: #f36849;
}
.mango-margarita {
color: #f4b44e;
}
.late-day-sun {
color: #f3e08c;
}
.dreaming-blue {
color: #86c4d5;
}
/* CSS Variables */
:root {
--sovereign-red:#d1293d;
--sango-red:#f36849;
--mango-margarita:#f4b44e;
--late-day-sun:#f3e08c;
--dreaming-blue:#86c4d5;
}