Color names in this palette
CSS code for this palette
/* CSS */
.dapper-dingo {
color: #e1c098;
}
.sprouted {
color: #f2d48c;
}
.durango-dust {
color: #f9e19f;
}
.blue-angels-yellow {
color: #fab700;
}
.coppersmith {
color: #d68f3d;
}
/* CSS Variables */
:root {
--dapper-dingo:#e1c098;
--sprouted:#f2d48c;
--durango-dust:#f9e19f;
--blue-angels-yellow:#fab700;
--coppersmith:#d68f3d;
}