Color names in this palette
CSS code for this palette
/* CSS */
.riverside {
color: #4d6d93;
}
.bay-s-water {
color: #799baf;
}
.frozen-blue {
color: #a7c5d7;
}
.french-vanilla {
color: #f1e1a7;
}
.balinese-sunset {
color: #f19f79;
}
/* CSS Variables */
:root {
--riverside:#4d6d93;
--bay-s-water:#799baf;
--frozen-blue:#a7c5d7;
--french-vanilla:#f1e1a7;
--balinese-sunset:#f19f79;
}