Yellow Report Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Yellow Report palette
Yellow Report color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ffb433;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ffdd99;
}
.color-5 {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ffb433;
--color-3: #ffcc66;
--color-4: #ffdd99;
--color-5: #ffe4b3;
}
Yellow Report background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ffb433, #ffcc66, #ffdd99, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ffb433, #ffcc66, #ffdd99, #ffe4b3);
}
Similar color palettes
Yellow Report color palette created on .