Paleta de colores Whimsical Sorbet Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whimsical Sorbet Dream palette
CSS de la paleta de colores Whimsical Sorbet Dream
/* CSS */
.color-1 {
color: #a9e0d8;
}
.color-2 {
color: #f6b6d0;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #d5a4df;
}
.color-5 {
color: #a27da6;
}
/* CSS Variables */
:root {
--color-1: #a9e0d8;
--color-2: #f6b6d0;
--color-3: #eab8e4;
--color-4: #d5a4df;
--color-5: #a27da6;
}
CSS del degradado de fondo Whimsical Sorbet Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d8, #f6b6d0, #eab8e4, #d5a4df, #a27da6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d8, #f6b6d0, #eab8e4, #d5a4df, #a27da6);
}
Paletas de colores similares
Whimsical Sorbet Dream color palette created on .