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