Paleta de colores Whimsical Plumage
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whimsical Plumage palette
CSS de la paleta de colores Whimsical Plumage
/* CSS */
.color-1 {
color: #6b5fb4;
}
.color-2 {
color: #9977d4;
}
.color-3 {
color: #b5a7e2;
}
.color-4 {
color: #f0c1d1;
}
.color-5 {
color: #f9b4a4;
}
/* CSS Variables */
:root {
--color-1: #6b5fb4;
--color-2: #9977d4;
--color-3: #b5a7e2;
--color-4: #f0c1d1;
--color-5: #f9b4a4;
}
CSS del degradado de fondo Whimsical Plumage
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b5fb4, #9977d4, #b5a7e2, #f0c1d1, #f9b4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b5fb4, #9977d4, #b5a7e2, #f0c1d1, #f9b4a4);
}
Paletas de colores similares
Whimsical Plumage color palette created on .