Color names in this palette
CSS code for this palette
/* CSS */
.winter-lake {
color: #698d9b;
}
.vintage-indigo {
color: #4e5b73;
}
.blue-hue {
color: #394c60;
}
.charismatic-sky {
color: #9bc0d9;
}
.martica {
color: #f5e6b7;
}
/* CSS Variables */
:root {
--winter-lake:#698d9b;
--vintage-indigo:#4e5b73;
--blue-hue:#394c60;
--charismatic-sky:#9bc0d9;
--martica:#f5e6b7;
}