Color names in this palette
CSS code for this palette
/* CSS */
.cool-air-of-debonair {
color: #2a3650;
}
.luna-pier {
color: #404a64;
}
.blue-review {
color: #4f5c78;
}
.grant-village {
color: #6d8fb0;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--cool-air-of-debonair:#2a3650;
--luna-pier:#404a64;
--blue-review:#4f5c78;
--grant-village:#6d8fb0;
--sea-cliff:#a3c7e0;
}