Yellow Diamond Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Diamond palette
Color Inspiration
Images that showcase this color palette in real designs
Download Yellow Diamond Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Yellow Diamond color palette created on .