Whispers of Nostalgia Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Nostalgia palette

Share this palette to:

Whispers of Nostalgia color palette CSS

/* CSS */
.color-1 {
color: #d3a7b5;
}
.color-2 {
color: #f4c3b3;
}
.color-3 {
color: #f8e1b4;
}
.color-4 {
color: #e4c977;
}
.color-5 {
color: #a8e6cf;
}

/* CSS Variables */
:root {
--color-1: #d3a7b5;
--color-2: #f4c3b3;
--color-3: #f8e1b4;
--color-4: #e4c977;
--color-5: #a8e6cf;
}

Whispers of Nostalgia background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a7b5, #f4c3b3, #f8e1b4, #e4c977, #a8e6cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a7b5, #f4c3b3, #f8e1b4, #e4c977, #a8e6cf);
}

Whispers of Nostalgia color palette created on .