Paleta de colores Sweet Whirlwind
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Whirlwind palette
Imagen PNG de la paleta de colores Sweet Whirlwind
CSS de la paleta de colores Sweet Whirlwind
/* 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;
}
CSS del degradado de fondo Sweet Whirlwind
/* 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);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rosa
Sweet Whirlwind color palette created on .