River Chaser Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with River Chaser palette

Share this palette to:

River Chaser color palette CSS

/* CSS */
.color-1 {
color: #9ed5e0;
}
.color-2 {
color: #4e9fa6;
}
.color-3 {
color: #2c677d;
}
.color-4 {
color: #1f3a61;
}
.color-5 {
color: #061e41;
}

/* CSS Variables */
:root {
--color-1: #9ed5e0;
--color-2: #4e9fa6;
--color-3: #2c677d;
--color-4: #1f3a61;
--color-5: #061e41;
}

River Chaser background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed5e0, #4e9fa6, #2c677d, #1f3a61, #061e41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed5e0, #4e9fa6, #2c677d, #1f3a61, #061e41);
}

River Chaser color palette created on .