Color names in this palette
CSS code for this palette
/* CSS */
.riverside {
color: #506f95;
}
.boat-house {
color: #4a8bba;
}
.shimmering-brook {
color: #61b3d6;
}
.budgie-blue {
color: #84c8e1;
}
.azure-sky {
color: #b2e7f5;
}
/* CSS Variables */
:root {
--riverside:#506f95;
--boat-house:#4a8bba;
--shimmering-brook:#61b3d6;
--budgie-blue:#84c8e1;
--azure-sky:#b2e7f5;
}