Blue River Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue River palette

Share this palette to:

Blue River color palette CSS

/* CSS */
.color-1 {
color: #3a6ea6;
}
.color-2 {
color: #6ea4bf;
}
.color-3 {
color: #a3d4e0;
}
.color-4 {
color: #def7f1;
}
.color-5 {
color: #f9c5b4;
}

/* CSS Variables */
:root {
--color-1: #3a6ea6;
--color-2: #6ea4bf;
--color-3: #a3d4e0;
--color-4: #def7f1;
--color-5: #f9c5b4;
}

Blue River background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6ea6, #6ea4bf, #a3d4e0, #def7f1, #f9c5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6ea6, #6ea4bf, #a3d4e0, #def7f1, #f9c5b4);
}

Blue River color palette created on .