Sweet Whirlwind Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Whirlwind palette
Sweet Whirlwind color palette PNG image
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 .