Yellow Swirl Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Swirl palette

Share this palette to:

Yellow Swirl color palette CSS

/* CSS */
.color-1 {
color: #ffc20a;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffda75;
}
.color-4 {
color: #ffe8a3;
}
.color-5 {
color: #fff5c2;
}

/* CSS Variables */
:root {
--color-1: #ffc20a;
--color-2: #ffb84d;
--color-3: #ffda75;
--color-4: #ffe8a3;
--color-5: #fff5c2;
}

Yellow Swirl background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc20a, #ffb84d, #ffda75, #ffe8a3, #fff5c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc20a, #ffb84d, #ffda75, #ffe8a3, #fff5c2);
}

Yellow Swirl color palette created on .