Color names in this palette
CSS code for this palette
/* CSS */
.court-green {
color: #b7b79f;
}
.filmy-green {
color: #d1d6c7;
}
.focus {
color: #e5e0d1;
}
.pismo-dunes {
color: #f4d4a4;
}
.antique-cameo {
color: #f2b9a1;
}
/* CSS Variables */
:root {
--court-green:#b7b79f;
--filmy-green:#d1d6c7;
--focus:#e5e0d1;
--pismo-dunes:#f4d4a4;
--antique-cameo:#f2b9a1;
}