Dandy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dandy palette

Share this palette to:

Download Dandy Color Palette (PNG)

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

Dandy color palette CSS

/* CSS */
.color-1 {
color: #ff2929;
}
.color-2 {
color: #6478ed;
}
.color-3 {
color: #eeee4f;
}
.color-4 {
color: #c5f9b9;
}
.color-5 {
color: #fffbd1;
}

/* CSS Variables */
:root {
--color-1: #ff2929;
--color-2: #6478ed;
--color-3: #eeee4f;
--color-4: #c5f9b9;
--color-5: #fffbd1;
}

Dandy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff2929, #6478ed, #eeee4f, #c5f9b9, #fffbd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff2929, #6478ed, #eeee4f, #c5f9b9, #fffbd1);
}

Dandy color palette created on .