Pastel Wenda Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Wenda palette

Share this palette to:

Pastel Wenda color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #fad299;
}
.color-3 {
color: #f6e7b6;
}
.color-4 {
color: #b3e6b7;
}
.color-5 {
color: #a0c3e9;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #fad299;
--color-3: #f6e7b6;
--color-4: #b3e6b7;
--color-5: #a0c3e9;
}

Pastel Wenda background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #fad299, #f6e7b6, #b3e6b7, #a0c3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #fad299, #f6e7b6, #b3e6b7, #a0c3e9);
}

Pastel Wenda color palette created on .