Paleta de colores Barley Fields
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Barley Fields palette
CSS de la paleta de colores Barley Fields
/* CSS */
.color-1 {
color: #d8c63b;
}
.color-2 {
color: #e4d87c;
}
.color-3 {
color: #f0e8a8;
}
.color-4 {
color: #f7f3d9;
}
.color-5 {
color: #ebd4a2;
}
/* CSS Variables */
:root {
--color-1: #d8c63b;
--color-2: #e4d87c;
--color-3: #f0e8a8;
--color-4: #f7f3d9;
--color-5: #ebd4a2;
}
CSS del degradado de fondo Barley Fields
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c63b, #e4d87c, #f0e8a8, #f7f3d9, #ebd4a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c63b, #e4d87c, #f0e8a8, #f7f3d9, #ebd4a2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Amarillo
Barley Fields color palette created on .