Yellow Emma Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Emma palette

Share this palette to:

Yellow Emma color palette CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc80;
}
.color-4 {
color: #ffecb3;
}
.color-5 {
color: #fff9c2;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ffb84d;
--color-3: #ffcc80;
--color-4: #ffecb3;
--color-5: #fff9c2;
}

Yellow Emma background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ffb84d, #ffcc80, #ffecb3, #fff9c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ffb84d, #ffcc80, #ffecb3, #fff9c2);
}

Yellow Emma color palette created on .