Serene Citrus Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Citrus Breeze palette

Share this palette to:

Serene Citrus Breeze color palette CSS

/* CSS */
.color-1 {
color: #a8d7c7;
}
.color-2 {
color: #b5e3d6;
}
.color-3 {
color: #c7f0e4;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #a8d7c7;
--color-2: #b5e3d6;
--color-3: #c7f0e4;
--color-4: #f0e78e;
--color-5: #f5a300;
}

Serene Citrus Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d7c7, #b5e3d6, #c7f0e4, #f0e78e, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d7c7, #b5e3d6, #c7f0e4, #f0e78e, #f5a300);
}

Serene Citrus Breeze color palette created on .