Color names in this palette
CSS code for this palette
/* CSS */
.riverside {
color: #4c6d94;
}
.hushed-lilac {
color: #6c8eb7;
}
.blue-bell {
color: #8cb2d4;
}
.fresh-water {
color: #c4e2f3;
}
.cotton-ball {
color: #f2f8fd;
}
/* CSS Variables */
:root {
--riverside:#4c6d94;
--hushed-lilac:#6c8eb7;
--blue-bell:#8cb2d4;
--fresh-water:#c4e2f3;
--cotton-ball:#f2f8fd;
}