River Bed Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with River Bed palette
River Bed color palette PNG image
River Bed color palette CSS
/* CSS */
.color-1 {
color: #4a7cba;
}
.color-2 {
color: #6eb1d8;
}
.color-3 {
color: #a3d5e0;
}
.color-4 {
color: #e3e1a1;
}
.color-5 {
color: #d88a6e;
}
/* CSS Variables */
:root {
--color-1: #4a7cba;
--color-2: #6eb1d8;
--color-3: #a3d5e0;
--color-4: #e3e1a1;
--color-5: #d88a6e;
}
River Bed background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7cba, #6eb1d8, #a3d5e0, #e3e1a1, #d88a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7cba, #6eb1d8, #a3d5e0, #e3e1a1, #d88a6e);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
River Bed color palette created on .