Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #f9e19f;
}
.sunday-afternoon {
color: #f6c879;
}
.casablanca {
color: #f3b153;
}
.oranzhewyi-orange {
color: #f15d3b;
}
.whero-red {
color: #db2929;
}
/* CSS Variables */
:root {
--durango-dust:#f9e19f;
--sunday-afternoon:#f6c879;
--casablanca:#f3b153;
--oranzhewyi-orange:#f15d3b;
--whero-red:#db2929;
}