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