Beige with Rainbow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beige with Rainbow palette
Beige with Rainbow color palette PNG image
Beige with Rainbow color palette CSS
/* CSS */
.color-1 {
color: #f5e6c7;
}
.color-2 {
color: #f8d1a5;
}
.color-3 {
color: #f6b6d0;
}
.color-4 {
color: #c5e1e2;
}
.color-5 {
color: #a6d8c8;
}
/* CSS Variables */
:root {
--color-1: #f5e6c7;
--color-2: #f8d1a5;
--color-3: #f6b6d0;
--color-4: #c5e1e2;
--color-5: #a6d8c8;
}
Beige with Rainbow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c7, #f8d1a5, #f6b6d0, #c5e1e2, #a6d8c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c7, #f8d1a5, #f6b6d0, #c5e1e2, #a6d8c8);
}
Similar color palettes
Beige with Rainbow color palette created on .