Funny Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Funny Yellow palette

Share this palette to:

Funny Yellow color palette CSS

/* CSS */
.color-1 {
color: #f3ca4f;
}
.color-2 {
color: #ea5b3e;
}
.color-3 {
color: #489bdb;
}
.color-4 {
color: #a56acd;
}
.color-5 {
color: #f88282;
}

/* CSS Variables */
:root {
--color-1: #f3ca4f;
--color-2: #ea5b3e;
--color-3: #489bdb;
--color-4: #a56acd;
--color-5: #f88282;
}

Funny Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ca4f, #ea5b3e, #489bdb, #a56acd, #f88282);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ca4f, #ea5b3e, #489bdb, #a56acd, #f88282);
}

Funny Yellow color palette created on .