Color names in this palette
CSS code for this palette
/* CSS */
.durango-dust {
color: #f9e19f;
}
.double-cream {
color: #f2d8a1;
}
.citrus-sachet {
color: #f1c7a7;
}
.creole-cottage {
color: #e8b99b;
}
.priceless-coral {
color: #e2a78d;
}
/* CSS Variables */
:root {
--durango-dust:#f9e19f;
--double-cream:#f2d8a1;
--citrus-sachet:#f1c7a7;
--creole-cottage:#e8b99b;
--priceless-coral:#e2a78d;
}