Earthy Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Earthy Yellow palette

Share this palette to:

Earthy Yellow color palette CSS

/* CSS */
.color-1 {
color: #f2dc82;
}
.color-2 {
color: #ca4d2b;
}
.color-3 {
color: #792a2a;
}
.color-4 {
color: #4f5b3e;
}
.color-5 {
color: #e5ba2e;
}

/* CSS Variables */
:root {
--color-1: #f2dc82;
--color-2: #ca4d2b;
--color-3: #792a2a;
--color-4: #4f5b3e;
--color-5: #e5ba2e;
}

Earthy Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2dc82, #ca4d2b, #792a2a, #4f5b3e, #e5ba2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2dc82, #ca4d2b, #792a2a, #4f5b3e, #e5ba2e);
}

Earthy Yellow color palette created on .