Color names in this palette
CSS code for this palette
/* CSS */
.streusel-cake {
color: #d8a85f;
}
.dapper-dingo {
color: #e5c39a;
}
.bone-white {
color: #f3e1af;
}
.floral-leaf {
color: #ffb84d;
}
.sizzling-sunset {
color: #ef7e4d;
}
/* CSS Variables */
:root {
--streusel-cake:#d8a85f;
--dapper-dingo:#e5c39a;
--bone-white:#f3e1af;
--floral-leaf:#ffb84d;
--sizzling-sunset:#ef7e4d;
}