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: #f9e6b9;
}
.color-2 {
color: #f5b1a3;
}
.color-3 {
color: #f29c9c;
}
.color-4 {
color: #d86f86;
}
.color-5 {
color: #e26a9a;
}
/* CSS Variables */
:root {
--color-1: #f9e6b9;
--color-2: #f5b1a3;
--color-3: #f29c9c;
--color-4: #d86f86;
--color-5: #e26a9a;
}
Sweet Nostalgia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e6b9, #f5b1a3, #f29c9c, #d86f86, #e26a9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e6b9, #f5b1a3, #f29c9c, #d86f86, #e26a9a);
}
Similar color palettes
Sweet Nostalgia color palette created on .