Paleta de colores Shades of Yellow and Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Yellow and Purple palette
CSS de la paleta de colores Shades of Yellow and Purple
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #e0b51a;
}
.color-3 {
color: #c67d39;
}
.color-4 {
color: #a34d90;
}
.color-5 {
color: #7c3c9a;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e0b51a;
--color-3: #c67d39;
--color-4: #a34d90;
--color-5: #7c3c9a;
}
CSS del degradado de fondo Shades of Yellow and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e0b51a, #c67d39, #a34d90, #7c3c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e0b51a, #c67d39, #a34d90, #7c3c9a);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 30+ paletas de colores Brillante
Shades of Yellow and Purple color palette created on .