Golden Entryway Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Entryway palette

Share this palette to:

Golden Entryway color palette CSS

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ffbb00;
}
.color-3 {
color: #ffdd00;
}
.color-4 {
color: #ffe4b3;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ffbb00;
--color-3: #ffdd00;
--color-4: #ffe4b3;
--color-5: #ff6e61;
}

Golden Entryway background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ffbb00, #ffdd00, #ffe4b3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ffbb00, #ffdd00, #ffe4b3, #ff6e61);
}

Golden Entryway color palette created on .