Wheat Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wheat Shades palette

Condividi questa palette a:

tavolozza dei colori Wheat Shades CSS

/* CSS */
.color-1 {
color: #f5deb2;
}
.color-2 {
color: #e2c179;
}
.color-3 {
color: #d4aa4e;
}
.color-4 {
color: #ceaf22;
}
.color-5 {
color: #b99f1d;
}

/* CSS Variables */
:root {
--color-1: #f5deb2;
--color-2: #e2c179;
--color-3: #d4aa4e;
--color-4: #ceaf22;
--color-5: #b99f1d;
}

CSS con gradiente di sfondo Wheat Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5deb2, #e2c179, #d4aa4e, #ceaf22, #b99f1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5deb2, #e2c179, #d4aa4e, #ceaf22, #b99f1d);
}

Wheat Shades color palette created on .