Color names in this palette
CSS code for this palette
/* CSS */
.billowy-clouds {
color: #f8f0e8;
}
.fragile-beauty {
color: #e8d7c5;
}
.link-to-the-past {
color: #d3b58d;
}
.cardboard {
color: #c1996c;
}
.ground-nutmeg {
color: #a15b3a;
}
/* CSS Variables */
:root {
--billowy-clouds:#f8f0e8;
--fragile-beauty:#e8d7c5;
--link-to-the-past:#d3b58d;
--cardboard:#c1996c;
--ground-nutmeg:#a15b3a;
}