Rainbowty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainbowty palette
Color Inspiration
Images that showcase this color palette in real designs
Download Rainbowty Color Palette (PNG)
Rainbowty color palette CSS
/* CSS */
.color-1 {
color: #ff5c5c;
}
.color-2 {
color: #ffb65c;
}
.color-3 {
color: #ffff5c;
}
.color-4 {
color: #5cff7c;
}
.color-5 {
color: #5c9dff;
}
/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #ffb65c;
--color-3: #ffff5c;
--color-4: #5cff7c;
--color-5: #5c9dff;
}
Rainbowty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #ffb65c, #ffff5c, #5cff7c, #5c9dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #ffb65c, #ffff5c, #5cff7c, #5c9dff);
}
Similar color palettes
Scroll down to explore 10 Bright color palettes
Rainbowty color palette created on .