Color names in this palette
CSS code for this palette
/* CSS */
.petrol-green {
color: #4f9c8a;
}
.arboretum {
color: #73b59e;
}
.frugal {
color: #a5d4b0;
}
.toasted-coconut {
color: #eac49f;
}
.dry-peach {
color: #e07f5c;
}
/* CSS Variables */
:root {
--petrol-green:#4f9c8a;
--arboretum:#73b59e;
--frugal:#a5d4b0;
--toasted-coconut:#eac49f;
--dry-peach:#e07f5c;
}