Blue Rainy Evening Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Rainy Evening palette

Share this palette to:

Blue Rainy Evening color palette CSS

/* CSS */
.color-1 {
color: #5b6c8b;
}
.color-2 {
color: #8d9db4;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #d1e9f0;
}
.color-5 {
color: #f5f8fa;
}

/* CSS Variables */
:root {
--color-1: #5b6c8b;
--color-2: #8d9db4;
--color-3: #a5c6d5;
--color-4: #d1e9f0;
--color-5: #f5f8fa;
}

Blue Rainy Evening background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b6c8b, #8d9db4, #a5c6d5, #d1e9f0, #f5f8fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b6c8b, #8d9db4, #a5c6d5, #d1e9f0, #f5f8fa);
}

Blue Rainy Evening color palette created on .