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