Golden Apple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Apple palette

Share this palette to:

Golden Apple color palette CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #e6b800;
}
.color-3 {
color: #d1c700;
}
.color-4 {
color: #b2d600;
}
.color-5 {
color: #8bd600;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #e6b800;
--color-3: #d1c700;
--color-4: #b2d600;
--color-5: #8bd600;
}

Golden Apple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #e6b800, #d1c700, #b2d600, #8bd600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #e6b800, #d1c700, #b2d600, #8bd600);
}

Golden Apple color palette created on .