River Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with River Serenade palette
River Serenade color palette CSS
/* CSS */
.color-1 {
color: #6193d1;
}
.color-2 {
color: #497a9c;
}
.color-3 {
color: #3c607c;
}
.color-4 {
color: #a7c6e7;
}
.color-5 {
color: #f3c9d5;
}
/* CSS Variables */
:root {
--color-1: #6193d1;
--color-2: #497a9c;
--color-3: #3c607c;
--color-4: #a7c6e7;
--color-5: #f3c9d5;
}
River Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6193d1, #497a9c, #3c607c, #a7c6e7, #f3c9d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6193d1, #497a9c, #3c607c, #a7c6e7, #f3c9d5);
}
Similar color palettes
River Serenade color palette created on .