Dull Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dull Rainbow palette
Color Inspiration
Images that showcase this color palette in real designs
Download Dull Rainbow Color Palette (PNG)
Dull Rainbow color palette CSS
/* CSS */
.color-1 {
color: #6b4f72;
}
.color-2 {
color: #b35b8d;
}
.color-3 {
color: #f6a9a2;
}
.color-4 {
color: #f8d8a0;
}
.color-5 {
color: #f9f3ae;
}
/* CSS Variables */
:root {
--color-1: #6b4f72;
--color-2: #b35b8d;
--color-3: #f6a9a2;
--color-4: #f8d8a0;
--color-5: #f9f3ae;
}
Dull Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b4f72, #b35b8d, #f6a9a2, #f8d8a0, #f9f3ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b4f72, #b35b8d, #f6a9a2, #f8d8a0, #f9f3ae);
}
Similar color palettes
Scroll down to explore 1000+ colors.dull color palettes
Dull Rainbow color palette created on .