Orange Sunglasses Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Sunglasses palette

Share this palette to:

Orange Sunglasses color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb30f;
}
.color-3 {
color: #ffd942;
}
.color-4 {
color: #ffed9e;
}
.color-5 {
color: #ffe4b3;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb30f;
--color-3: #ffd942;
--color-4: #ffed9e;
--color-5: #ffe4b3;
}

Orange Sunglasses background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb30f, #ffd942, #ffed9e, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb30f, #ffd942, #ffed9e, #ffe4b3);
}

Orange Sunglasses color palette created on .