Blue Rain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Rain palette

Share this palette to:

Blue Rain color palette CSS

/* CSS */
.color-1 {
color: #bfd5e3;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #76b1c6;
}
.color-4 {
color: #4990b6;
}
.color-5 {
color: #2e6b8e;
}

/* CSS Variables */
:root {
--color-1: #bfd5e3;
--color-2: #a3c7e0;
--color-3: #76b1c6;
--color-4: #4990b6;
--color-5: #2e6b8e;
}

Blue Rain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfd5e3, #a3c7e0, #76b1c6, #4990b6, #2e6b8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfd5e3, #a3c7e0, #76b1c6, #4990b6, #2e6b8e);
}

Blue Rain color palette created on .