Paleta de colores Warm Yellow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Yellow palette
CSS de la paleta de colores Warm Yellow
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff9966;
}
.color-3 {
color: #ff6699;
}
.color-4 {
color: #ff3366;
}
.color-5 {
color: #cc0052;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff9966;
--color-3: #ff6699;
--color-4: #ff3366;
--color-5: #cc0052;
}
CSS del degradado de fondo Warm Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff9966, #ff6699, #ff3366, #cc0052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff9966, #ff6699, #ff3366, #cc0052);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Warm Yellow color palette created on .