Barley Fields Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Barley Fields palette

Condividi questa palette a:

tavolozza dei colori Barley Fields CSS

/* 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 con gradiente di sfondo 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 .