Yellow Diamond Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Yellow Diamond palette

Share this palette to:

Yellow Diamond color palette PNG image

Download yellow diamond color palette PNG image (landscape)
Download yellow diamond color palette PNG image (square)

Yellow Diamond color palette CSS

/* CSS */
.color-1 {
color: #ffc300;
}
.color-2 {
color: #ffd942;
}
.color-3 {
color: #ffe95c;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #f0a000;
}

/* CSS Variables */
:root {
--color-1: #ffc300;
--color-2: #ffd942;
--color-3: #ffe95c;
--color-4: #f5c400;
--color-5: #f0a000;
}

Yellow Diamond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc300, #ffd942, #ffe95c, #f5c400, #f0a000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc300, #ffd942, #ffe95c, #f5c400, #f0a000);
}

Yellow Diamond color palette created on .