Soft Pastels Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Pastels palette
Soft Pastels color palette CSS
/* CSS */
.color-1 {
color: #f5b2b6;
}
.color-2 {
color: #f8c3a0;
}
.color-3 {
color: #f7e7a6;
}
.color-4 {
color: #a7d08b;
}
.color-5 {
color: #a2c7e7;
}
/* CSS Variables */
:root {
--color-1: #f5b2b6;
--color-2: #f8c3a0;
--color-3: #f7e7a6;
--color-4: #a7d08b;
--color-5: #a2c7e7;
}
Soft Pastels background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2b6, #f8c3a0, #f7e7a6, #a7d08b, #a2c7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2b6, #f8c3a0, #f7e7a6, #a7d08b, #a2c7e7);
}
Similar color palettes
Soft Pastels color palette created on .