Paleta de colores Barley Fields

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Barley Fields palette

Compartir esta paleta en:

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);
}

Barley Fields color palette created on .