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