Soft Pastels Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Pastels palette

Share this palette to:

Soft Pastels color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffb3e4;
}
.color-3 {
color: #fff6b3;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ccfff6;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffb3e4;
--color-3: #fff6b3;
--color-4: #ffb3b3;
--color-5: #ccfff6;
}

Soft Pastels background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffb3e4, #fff6b3, #ffb3b3, #ccfff6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffb3e4, #fff6b3, #ffb3b3, #ccfff6);
}

Soft Pastels color palette created on .