Dandy Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dandy Yellow palette

Share this palette to:

Dandy Yellow color palette CSS

/* CSS */
.color-1 {
color: #f7ca50;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #e25c22;
}
.color-4 {
color: #b74e7d;
}
.color-5 {
color: #6a3f8d;
}

/* CSS Variables */
:root {
--color-1: #f7ca50;
--color-2: #f0a800;
--color-3: #e25c22;
--color-4: #b74e7d;
--color-5: #6a3f8d;
}

Dandy Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7ca50, #f0a800, #e25c22, #b74e7d, #6a3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7ca50, #f0a800, #e25c22, #b74e7d, #6a3f8d);
}

Dandy Yellow color palette created on .