Paleta de colores Whisker Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whisker Dreams palette
Imagen PNG de la paleta de colores Whisker Dreams
CSS de la paleta de colores Whisker Dreams
/* CSS */
.color-1 {
color: #f6e4c1;
}
.color-2 {
color: #f3c8a0;
}
.color-3 {
color: #f08b5c;
}
.color-4 {
color: #b93c4f;
}
.color-5 {
color: #5e2b6e;
}
/* CSS Variables */
:root {
--color-1: #f6e4c1;
--color-2: #f3c8a0;
--color-3: #f08b5c;
--color-4: #b93c4f;
--color-5: #5e2b6e;
}
CSS del degradado de fondo Whisker Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e4c1, #f3c8a0, #f08b5c, #b93c4f, #5e2b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e4c1, #f3c8a0, #f08b5c, #b93c4f, #5e2b6e);
}
Paletas de colores similares
Whisker Dreams color palette created on .