Sweet Nostalgia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Nostalgia palette
Sweet Nostalgia color palette CSS
/* CSS */
.color-1 {
color: #f8e1b4;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f09c00;
}
.color-4 {
color: #d76e1d;
}
.color-5 {
color: #a1481b;
}
/* CSS Variables */
:root {
--color-1: #f8e1b4;
--color-2: #f1c84b;
--color-3: #f09c00;
--color-4: #d76e1d;
--color-5: #a1481b;
}
Sweet Nostalgia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1b4, #f1c84b, #f09c00, #d76e1d, #a1481b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1b4, #f1c84b, #f09c00, #d76e1d, #a1481b);
}
Similar color palettes
Sweet Nostalgia color palette created on .