Gentle Breeze Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gentle Breeze Serenity palette

Share this palette to:

Gentle Breeze Serenity color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e9f3fc;
}
.color-3 {
color: #f8f8c4;
}
.color-4 {
color: #e2f8e3;
}
.color-5 {
color: #c4fdf1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e9f3fc;
--color-3: #f8f8c4;
--color-4: #e2f8e3;
--color-5: #c4fdf1;
}

Gentle Breeze Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e9f3fc, #f8f8c4, #e2f8e3, #c4fdf1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e9f3fc, #f8f8c4, #e2f8e3, #c4fdf1);
}

Gentle Breeze Serenity color palette created on .