Retro Polaroid Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Polaroid palette
Retro Polaroid color palette PNG image
Retro Polaroid color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #e4b321;
}
.color-3 {
color: #c80e24;
}
.color-4 {
color: #f2e6d9;
}
.color-5 {
color: #7e4b8b;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #e4b321;
--color-3: #c80e24;
--color-4: #f2e6d9;
--color-5: #7e4b8b;
}
Retro Polaroid background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #e4b321, #c80e24, #f2e6d9, #7e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #e4b321, #c80e24, #f2e6d9, #7e4b8b);
}
Similar color palettes
Retro Polaroid color palette created on .