Silly Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Silly Yellow palette

Share this palette to:

Silly Yellow color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f57e00;
}
.color-3 {
color: #e03c1f;
}
.color-4 {
color: #9b58b6;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f57e00;
--color-3: #e03c1f;
--color-4: #9b58b6;
--color-5: #3398db;
}

Silly Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f57e00, #e03c1f, #9b58b6, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f57e00, #e03c1f, #9b58b6, #3398db);
}

Silly Yellow color palette created on .