Nostalgia Ridicula Color Palette
Discover the beautiful Nostalgia Ridicula color palette featuring mandys pink (#f0b6a3), cashmere (#e7c8a6), beryl green (#d7e4b9), fringy flower (#b2e1d2) and cornflower (#91c8e3).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Nostalgia Ridicula palette
💻 Nostalgia Ridicula color palette CSS
/* CSS */
.color-1 {
color: #f0b6a3;
}
.color-2 {
color: #e7c8a6;
}
.color-3 {
color: #d7e4b9;
}
.color-4 {
color: #b2e1d2;
}
.color-5 {
color: #91c8e3;
}
/* CSS Variables */
:root {
--color-1: #f0b6a3;
--color-2: #e7c8a6;
--color-3: #d7e4b9;
--color-4: #b2e1d2;
--color-5: #91c8e3;
} 🌈 Nostalgia Ridicula background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a3, #e7c8a6, #d7e4b9, #b2e1d2, #91c8e3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a3, #e7c8a6, #d7e4b9, #b2e1d2, #91c8e3);
} 🔗 Explore similar color palettes
Nostalgia Ridicula color palette created on .