Sweet Whirlwind Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Sweet Whirlwind palette
tavolozza dei colori Sweet Whirlwind CSS
/* CSS */
.color-1 {
color: #ffc7d1;
}
.color-2 {
color: #ffe1d1;
}
.color-3 {
color: #ffefc7;
}
.color-4 {
color: #d0f1fb;
}
.color-5 {
color: #fcd9e7;
}
/* CSS Variables */
:root {
--color-1: #ffc7d1;
--color-2: #ffe1d1;
--color-3: #ffefc7;
--color-4: #d0f1fb;
--color-5: #fcd9e7;
}
CSS con gradiente di sfondo Sweet Whirlwind
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc7d1, #ffe1d1, #ffefc7, #d0f1fb, #fcd9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc7d1, #ffe1d1, #ffefc7, #d0f1fb, #fcd9e7);
}
Tavolozze di colori simili
Sweet Whirlwind color palette created on .