Blue River Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue River palette
Blue River color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f0b5a3;
}
.color-3 {
color: #f6e2a7;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f0b5a3;
--color-3: #f6e2a7;
--color-4: #f7b5a1;
--color-5: #ff6e61;
}
Blue River background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f0b5a3, #f6e2a7, #f7b5a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f0b5a3, #f6e2a7, #f7b5a1, #ff6e61);
}
Similar color palettes
Blue River color palette created on .