Pastel Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Breeze palette

Share this palette to:

Pastel Breeze color palette CSS

/* CSS */
.color-1 {
color: #d9f7c0;
}
.color-2 {
color: #bdebff;
}
.color-3 {
color: #cff2dd;
}
.color-4 {
color: #ffea8f;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #d9f7c0;
--color-2: #bdebff;
--color-3: #cff2dd;
--color-4: #ffea8f;
--color-5: #ff6e61;
}

Pastel Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9f7c0, #bdebff, #cff2dd, #ffea8f, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9f7c0, #bdebff, #cff2dd, #ffea8f, #ff6e61);
}

Pastel Breeze color palette created on .