Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a1c4e8;
}
.wandering-river {
color: #6ea9c9;
}
.sea-bed {
color: #2a7d8d;
}
.mystic-fog {
color: #eae8e1;
}
.inviting-veranda {
color: #b8c6b9;
}
/* CSS Variables */
:root {
--windsor-way:#a1c4e8;
--wandering-river:#6ea9c9;
--sea-bed:#2a7d8d;
--mystic-fog:#eae8e1;
--inviting-veranda:#b8c6b9;
}