Paleta de colores Sweet Whirlwind
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Whirlwind palette
CSS de la paleta de colores Sweet Whirlwind
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Sweet Whirlwind color palette created on .