Blue Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sunrise palette
Blue Sunrise color palette CSS
/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #73c3e8;
}
.color-3 {
color: #90d3f4;
}
.color-4 {
color: #f5a300;
}
.color-5 {
color: #f15a27;
}
/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #73c3e8;
--color-3: #90d3f4;
--color-4: #f5a300;
--color-5: #f15a27;
}
Blue Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #73c3e8, #90d3f4, #f5a300, #f15a27);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #73c3e8, #90d3f4, #f5a300, #f15a27);
}
Similar color palettes
Scroll down to explore 600+ Blue color palettes
Blue Sunrise color palette created on .