Sunlit Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Breeze palette

Share this palette to:

Sunlit Breeze color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2b2a1;
}
.color-3 {
color: #ffe2c2;
}
.color-4 {
color: #e8e8e8;
}
.color-5 {
color: #f2b1b1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2b2a1;
--color-3: #ffe2c2;
--color-4: #e8e8e8;
--color-5: #f2b1b1;
}

Sunlit Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2b2a1, #ffe2c2, #e8e8e8, #f2b1b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2b2a1, #ffe2c2, #e8e8e8, #f2b1b1);
}

Sunlit Breeze color palette created on .