Blue Raine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Raine palette
Blue Raine color palette CSS
/* CSS */
.color-1 {
color: #9ed5e5;
}
.color-2 {
color: #f1c5c1;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f9e890;
}
.color-5 {
color: #f5e6a3;
}
/* CSS Variables */
:root {
--color-1: #9ed5e5;
--color-2: #f1c5c1;
--color-3: #f6b83c;
--color-4: #f9e890;
--color-5: #f5e6a3;
}
Blue Raine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed5e5, #f1c5c1, #f6b83c, #f9e890, #f5e6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed5e5, #f1c5c1, #f6b83c, #f9e890, #f5e6a3);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Blue Raine color palette created on .