Blue Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Sunrise palette

Share this palette to:

Blue Sunrise color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #f3a949;
}
.color-3 {
color: #f4c543;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #ff2e2e;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #f3a949;
--color-3: #f4c543;
--color-4: #ff6d1f;
--color-5: #ff2e2e;
}

Blue Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #f3a949, #f4c543, #ff6d1f, #ff2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #f3a949, #f4c543, #ff6d1f, #ff2e2e);
}

Blue Sunrise color palette created on .