Warm Nostalgia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Nostalgia palette

Share this palette to:

Warm Nostalgia color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6fa3d8;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #ffa142;
}
.color-5 {
color: #eed7d3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6fa3d8;
--color-3: #ffd83d;
--color-4: #ffa142;
--color-5: #eed7d3;
}

Warm Nostalgia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6fa3d8, #ffd83d, #ffa142, #eed7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6fa3d8, #ffd83d, #ffa142, #eed7d3);
}

Warm Nostalgia color palette created on .