Paleta de colores Yellow Report
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Yellow Report palette
CSS de la paleta de colores Yellow Report
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffb433;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ffdd99;
}
.color-5 {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffb433;
--color-3: #ffcc66;
--color-4: #ffdd99;
--color-5: #ffe4b3;
}
CSS del degradado de fondo Yellow Report
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffb433, #ffcc66, #ffdd99, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffb433, #ffcc66, #ffdd99, #ffe4b3);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Ámbar
Yellow Report color palette created on .