Soft Swirl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Swirl palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Swirl Color Palette (PNG)
Soft Swirl color palette CSS
/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #c7b7a9;
}
.color-3 {
color: #a7908b;
}
.color-4 {
color: #b6c9d8;
}
.color-5 {
color: #f2b0a1;
}
/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #c7b7a9;
--color-3: #a7908b;
--color-4: #b6c9d8;
--color-5: #f2b0a1;
}
Soft Swirl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #c7b7a9, #a7908b, #b6c9d8, #f2b0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #c7b7a9, #a7908b, #b6c9d8, #f2b0a1);
}
Similar color palettes
Soft Swirl color palette created on .