Loading...

Wiggly Jelly Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wiggly Jelly Dreams palette

Share this palette to:

Download Wiggly Jelly Dreams Color Palette (PNG)

Download wiggly jelly dreams color palette PNG image (landscape)
Download wiggly jelly dreams color palette PNG image (square)

Wiggly Jelly Dreams color palette CSS

/* CSS */
.color-1 {
color: #a9b710;
}
.color-2 {
color: #d5ca2a;
}
.color-3 {
color: #f5e74d;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #a9b710;
--color-2: #d5ca2a;
--color-3: #f5e74d;
--color-4: #ffb300;
--color-5: #ff6d1f;
}

Wiggly Jelly Dreams background gradient CSS

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

Wiggly Jelly Dreams color palette created on .