Color names in this palette
CSS code for this palette
/* CSS */
.poppy-seed {
color: #4a4d54;
}
.rhythm-blues {
color: #6f767b;
}
.ovation {
color: #9fb3b7;
}
.billowing-sail {
color: #d2e5e1;
}
.distant-horizon {
color: #f2f8f7;
}
/* CSS Variables */
:root {
--poppy-seed:#4a4d54;
--rhythm-blues:#6f767b;
--ovation:#9fb3b7;
--billowing-sail:#d2e5e1;
--distant-horizon:#f2f8f7;
}