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: #6cb2e4;
}
.color-2 {
color: #50b9a2;
}
.color-3 {
color: #f6c1a7;
}
.color-4 {
color: #f9a85d;
}
.color-5 {
color: #f67c4c;
}

/* CSS Variables */
:root {
--color-1: #6cb2e4;
--color-2: #50b9a2;
--color-3: #f6c1a7;
--color-4: #f9a85d;
--color-5: #f67c4c;
}

Blue Rain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6cb2e4, #50b9a2, #f6c1a7, #f9a85d, #f67c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6cb2e4, #50b9a2, #f6c1a7, #f9a85d, #f67c4c);
}

Blue Rain color palette created on .