Paleta de colores Yellow to Purple Gradient
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow to Purple Gradient palette
CSS de la paleta de colores Yellow to Purple Gradient
/* CSS */
.color-1 {
color: #f6df60;
}
.color-2 {
color: #d4a849;
}
.color-3 {
color: #b86bb5;
}
.color-4 {
color: #894e97;
}
.color-5 {
color: #5d3993;
}
/* CSS Variables */
:root {
--color-1: #f6df60;
--color-2: #d4a849;
--color-3: #b86bb5;
--color-4: #894e97;
--color-5: #5d3993;
}
CSS del degradado de fondo Yellow to Purple Gradient
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df60, #d4a849, #b86bb5, #894e97, #5d3993);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df60, #d4a849, #b86bb5, #894e97, #5d3993);
}
Paletas de colores similares
Yellow to Purple Gradient color palette created on .