Color names in this palette
CSS code for this palette
/* CSS */
.naturale {
color: #f1dfd0;
}
.fragile-beauty {
color: #e8d7c5;
}
.loft-light {
color: #dccbb7;
}
.eton-blue {
color: #aad4d1;
}
.riverbed {
color: #88bfbe;
}
/* CSS Variables */
:root {
--naturale:#f1dfd0;
--fragile-beauty:#e8d7c5;
--loft-light:#dccbb7;
--eton-blue:#aad4d1;
--riverbed:#88bfbe;
}