Funny Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Funny palette

Share this palette to:

Download Funny Color Palette (PNG)

Download funny color palette PNG image (landscape)
Download funny color palette PNG image (square)

Funny color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8c391;
}
.color-3 {
color: #ff9ef2;
}
.color-4 {
color: #fdcc81;
}
.color-5 {
color: #eab543;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8c391;
--color-3: #ff9ef2;
--color-4: #fdcc81;
--color-5: #eab543;
}

Funny background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8c391, #ff9ef2, #fdcc81, #eab543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8c391, #ff9ef2, #fdcc81, #eab543);
}

Funny color palette created on .