00s Pastel Nostalgia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 00s Pastel Nostalgia palette
00s Pastel Nostalgia color palette CSS
/* CSS */
.color-1 {
color: #ebc7d3;
}
.color-2 {
color: #c6a1d4;
}
.color-3 {
color: #96d2e8;
}
.color-4 {
color: #4dd5b6;
}
.color-5 {
color: #3d2f39;
}
/* CSS Variables */
:root {
--color-1: #ebc7d3;
--color-2: #c6a1d4;
--color-3: #96d2e8;
--color-4: #4dd5b6;
--color-5: #3d2f39;
}
00s Pastel Nostalgia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebc7d3, #c6a1d4, #96d2e8, #4dd5b6, #3d2f39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebc7d3, #c6a1d4, #96d2e8, #4dd5b6, #3d2f39);
}
Similar color palettes
Scroll down to explore 100+ Pastel color palettes
00s Pastel Nostalgia color palette created on .