Orange Diner Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Diner palette

Share this palette to:

Orange Diner color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa047;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #f1e2b1;
}
.color-5 {
color: #6b5b95;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa047;
--color-3: #ffcc00;
--color-4: #f1e2b1;
--color-5: #6b5b95;
}

Orange Diner background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa047, #ffcc00, #f1e2b1, #6b5b95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa047, #ffcc00, #f1e2b1, #6b5b95);
}

Orange Diner color palette created on .