Color names in this palette
CSS code for this palette
/* CSS */
.trapunto {
color: #f6eab6;
}
.malibu-coast {
color: #e6cfc1;
}
.sahara-shade {
color: #e5aa5d;
}
.confectionary {
color: #d4afd4;
}
.golden-aura {
color: #d39e69;
}
/* CSS Variables */
:root {
--trapunto:#f6eab6;
--malibu-coast:#e6cfc1;
--sahara-shade:#e5aa5d;
--confectionary:#d4afd4;
--golden-aura:#d39e69;
}