Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.pale-pear {
color: #f7da6e;
}
.imam-ali-gold {
color: #f9e39a;
}
.durango-dust {
color: #fbe5a2;
}
.wickerware {
color: #fce5b0;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--pale-pear:#f7da6e;
--imam-ali-gold:#f9e39a;
--durango-dust:#fbe5a2;
--wickerware:#fce5b0;
}