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: #30669c;
}
.color-2 {
color: #5496c0;
}
.color-3 {
color: #7eb0be;
}
.color-4 {
color: #a5cfc7;
}
.color-5 {
color: #89c2b2;
}

/* CSS Variables */
:root {
--color-1: #30669c;
--color-2: #5496c0;
--color-3: #7eb0be;
--color-4: #a5cfc7;
--color-5: #89c2b2;
}

Blue Rain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #30669c, #5496c0, #7eb0be, #a5cfc7, #89c2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #30669c, #5496c0, #7eb0be, #a5cfc7, #89c2b2);
}

Blue Rain color palette created on .