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: #ffcb5c;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #d1c7f5;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff7142;
--color-3: #ff4d4f;
--color-4: #690571;
--color-5: #d1c7f5;
}

Sweet Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff7142, #ff4d4f, #690571, #d1c7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff7142, #ff4d4f, #690571, #d1c7f5);
}

Sweet Yellow color palette created on .