Sweet Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Yellow palette

Share this palette to:

Sweet Yellow color palette CSS

/* CSS */
.color-1 {
color: #f5b400;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffed85;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #ffed85;
--color-5: #ffadad;
}

Sweet Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #ff6d1f, #ffb300, #ffed85, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #ff6d1f, #ffb300, #ffed85, #ffadad);
}

Sweet Yellow color palette created on .