Breezy Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Breezy Sunrise palette

Share this palette to:

Breezy Sunrise color palette CSS

/* CSS */
.color-1 {
color: #a3d3e0;
}
.color-2 {
color: #e7b1b1;
}
.color-3 {
color: #f7d6a1;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #f08b5c;
}

/* CSS Variables */
:root {
--color-1: #a3d3e0;
--color-2: #e7b1b1;
--color-3: #f7d6a1;
--color-4: #f4a462;
--color-5: #f08b5c;
}

Breezy Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3e0, #e7b1b1, #f7d6a1, #f4a462, #f08b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3e0, #e7b1b1, #f7d6a1, #f4a462, #f08b5c);
}

Breezy Sunrise color palette created on .