Nostalgic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Nostalgic palette

Share this palette to:

Nostalgic color palette CSS

/* CSS */
.color-1 {
color: #d4a5a5;
}
.color-2 {
color: #e5c8c8;
}
.color-3 {
color: #f2e5b5;
}
.color-4 {
color: #b5d7a7;
}
.color-5 {
color: #85b4d1;
}

/* CSS Variables */
:root {
--color-1: #d4a5a5;
--color-2: #e5c8c8;
--color-3: #f2e5b5;
--color-4: #b5d7a7;
--color-5: #85b4d1;
}

Nostalgic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4a5a5, #e5c8c8, #f2e5b5, #b5d7a7, #85b4d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4a5a5, #e5c8c8, #f2e5b5, #b5d7a7, #85b4d1);
}

Nostalgic color palette created on .