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: #f6a8a2;
}
.color-2 {
color: #f7c8a6;
}
.color-3 {
color: #f7e7a6;
}
.color-4 {
color: #a2d7f6;
}
.color-5 {
color: #a2f6b4;
}
/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f7c8a6;
--color-3: #f7e7a6;
--color-4: #a2d7f6;
--color-5: #a2f6b4;
}
Soft Pastels background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f7c8a6, #f7e7a6, #a2d7f6, #a2f6b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f7c8a6, #f7e7a6, #a2d7f6, #a2f6b4);
}
Similar color palettes
Soft Pastels color palette created on .