Serenity by the River Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity by the River palette
Serenity by the River color palette CSS
/* CSS */
.color-1 {
color: #6193d1;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #d3e7f3;
}
.color-4 {
color: #f3d2a5;
}
.color-5 {
color: #f6b3a2;
}
/* CSS Variables */
:root {
--color-1: #6193d1;
--color-2: #a3c7e0;
--color-3: #d3e7f3;
--color-4: #f3d2a5;
--color-5: #f6b3a2;
}
Serenity by the River background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6193d1, #a3c7e0, #d3e7f3, #f3d2a5, #f6b3a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6193d1, #a3c7e0, #d3e7f3, #f3d2a5, #f6b3a2);
}
Similar color palettes
Serenity by the River color palette created on .