Understeminated Rain Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Understeminated Rain palette
Color Inspiration
Images that showcase this color palette in real designs
Download Understeminated Rain Color Palette (PNG)
Understeminated Rain color palette CSS
/* CSS */
.color-1 {
color: #9cb5ce;
}
.color-2 {
color: #628eb7;
}
.color-3 {
color: #507e95;
}
.color-4 {
color: #436175;
}
.color-5 {
color: #2d444e;
}
/* CSS Variables */
:root {
--color-1: #9cb5ce;
--color-2: #628eb7;
--color-3: #507e95;
--color-4: #436175;
--color-5: #2d444e;
}
Understeminated Rain background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9cb5ce, #628eb7, #507e95, #436175, #2d444e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9cb5ce, #628eb7, #507e95, #436175, #2d444e);
}
Similar color palettes
Understeminated Rain color palette created on .