Bittersweet Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bittersweet Breeze palette

Share this palette to:

Bittersweet Breeze color palette CSS

/* CSS */
.color-1 {
color: #fe6d5d;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f9e89f;
}
.color-4 {
color: #a6d9d9;
}
.color-5 {
color: #7c9bcb;
}

/* CSS Variables */
:root {
--color-1: #fe6d5d;
--color-2: #f9aeae;
--color-3: #f9e89f;
--color-4: #a6d9d9;
--color-5: #7c9bcb;
}

Bittersweet Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6d5d, #f9aeae, #f9e89f, #a6d9d9, #7c9bcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6d5d, #f9aeae, #f9e89f, #a6d9d9, #7c9bcb);
}

Bittersweet Breeze color palette created on .