Golden Pandora Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Pandora palette

Share this palette to:

Golden Pandora color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #f9e885;
}
.color-4 {
color: #d0e59e;
}
.color-5 {
color: #a2c1e7;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5c400;
--color-3: #f9e885;
--color-4: #d0e59e;
--color-5: #a2c1e7;
}

Golden Pandora background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5c400, #f9e885, #d0e59e, #a2c1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5c400, #f9e885, #d0e59e, #a2c1e7);
}

Golden Pandora color palette created on .