Color names in this palette
CSS code for this palette
/* CSS */
.afghan-sand {
color: #d1a85c;
}
.surprise-amber {
color: #f0b57a;
}
.cactus-blooms {
color: #f6c89d;
}
.brittany-s-bow {
color: #f4d7e0;
}
.sekichiku-pink {
color: #e4afbf;
}
/* CSS Variables */
:root {
--afghan-sand:#d1a85c;
--surprise-amber:#f0b57a;
--cactus-blooms:#f6c89d;
--brittany-s-bow:#f4d7e0;
--sekichiku-pink:#e4afbf;
}