Polaroid Pastel Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Polaroid Pastel Rainbow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Polaroid Pastel Rainbow Color Palette (PNG)
Polaroid Pastel Rainbow color palette CSS
/* CSS */
.color-1 {
color: #f0b2b2;
}
.color-2 {
color: #f6d6a7;
}
.color-3 {
color: #e3e6b2;
}
.color-4 {
color: #b9d7e9;
}
.color-5 {
color: #aacada;
}
/* CSS Variables */
:root {
--color-1: #f0b2b2;
--color-2: #f6d6a7;
--color-3: #e3e6b2;
--color-4: #b9d7e9;
--color-5: #aacada;
}
Polaroid Pastel Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b2b2, #f6d6a7, #e3e6b2, #b9d7e9, #aacada);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b2b2, #f6d6a7, #e3e6b2, #b9d7e9, #aacada);
}
Similar color palettes
Polaroid Pastel Rainbow color palette created on .