Vintage Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vintage Rainbow palette
Vintage Rainbow color palette PNG image
Vintage Rainbow color palette CSS
/* CSS */
.color-1 {
color: #f9a4b8;
}
.color-2 {
color: #fcd67e;
}
.color-3 {
color: #b2e09e;
}
.color-4 {
color: #7f7cbb;
}
.color-5 {
color: #f25a76;
}
/* CSS Variables */
:root {
--color-1: #f9a4b8;
--color-2: #fcd67e;
--color-3: #b2e09e;
--color-4: #7f7cbb;
--color-5: #f25a76;
}
Vintage Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4b8, #fcd67e, #b2e09e, #7f7cbb, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4b8, #fcd67e, #b2e09e, #7f7cbb, #f25a76);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Vintage Rainbow color palette created on .