Color names in this palette
CSS code for this palette
/* CSS */
.ragtime-blues {
color: #4a5e6d;
}
.polar-pond {
color: #6b7b79;
}
.farm-fresh {
color: #8c9a89;
}
.chopped-dill {
color: #b7c19f;
}
.green-parlor {
color: #d0d9b5;
}
/* CSS Variables */
:root {
--ragtime-blues:#4a5e6d;
--polar-pond:#6b7b79;
--farm-fresh:#8c9a89;
--chopped-dill:#b7c19f;
--green-parlor:#d0d9b5;
}