Retro Diner Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Diner palette

Share this palette to:

Retro Diner color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #003366;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #ffe4b3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #4cae4f;
--color-3: #003366;
--color-4: #000000;
--color-5: #ffe4b3;
}

Retro Diner background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #4cae4f, #003366, #000000, #ffe4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #4cae4f, #003366, #000000, #ffe4b3);
}

Retro Diner color palette created on .