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