Bright Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Breeze palette

Share this palette to:

Bright Breeze color palette CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #69e2d6;
}
.color-3 {
color: #ffd7b8;
}
.color-4 {
color: #f7f7f7;
}
.color-5 {
color: #c43b5b;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #69e2d6;
--color-3: #ffd7b8;
--color-4: #f7f7f7;
--color-5: #c43b5b;
}

Bright Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #69e2d6, #ffd7b8, #f7f7f7, #c43b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #69e2d6, #ffd7b8, #f7f7f7, #c43b5b);
}

Bright Breeze color palette created on .