Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a6e8c;
}
.blue-nile {
color: #7c9dbb;
}
.windsor-way {
color: #a2c4e7;
}
.neighborly-peach {
color: #f1c3a2;
}
.emberglow {
color: #e76a5a;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a6e8c;
--blue-nile:#7c9dbb;
--windsor-way:#a2c4e7;
--neighborly-peach:#f1c3a2;
--emberglow:#e76a5a;
}