Yellow East Jochester Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow East Jochester palette

Share this palette to:

Yellow East Jochester color palette CSS

/* CSS */
.color-1 {
color: #ffe47a;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8b3d;
}
.color-4 {
color: #ff713d;
}
.color-5 {
color: #ff4d3d;
}

/* CSS Variables */
:root {
--color-1: #ffe47a;
--color-2: #ffb84d;
--color-3: #ff8b3d;
--color-4: #ff713d;
--color-5: #ff4d3d;
}

Yellow East Jochester background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe47a, #ffb84d, #ff8b3d, #ff713d, #ff4d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe47a, #ffb84d, #ff8b3d, #ff713d, #ff4d3d);
}

Yellow East Jochester color palette created on .