Vibrant Rainbow Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Rainbow Colors palette

Share this palette to:

Download Vibrant Rainbow Colors Color Palette (PNG)

Download vibrant rainbow colors color palette PNG image (landscape)
Download vibrant rainbow colors color palette PNG image (square)

Vibrant Rainbow Colors color palette CSS

/* CSS */
.color-1 {
color: #ffe3db;
}
.color-2 {
color: #fff4db;
}
.color-3 {
color: #dbffe2;
}
.color-4 {
color: #dbf3ff;
}
.color-5 {
color: #ebdbff;
}

/* CSS Variables */
:root {
--color-1: #ffe3db;
--color-2: #fff4db;
--color-3: #dbffe2;
--color-4: #dbf3ff;
--color-5: #ebdbff;
}

Vibrant Rainbow Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe3db, #fff4db, #dbffe2, #dbf3ff, #ebdbff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe3db, #fff4db, #dbffe2, #dbf3ff, #ebdbff);
}

Vibrant Rainbow Colors color palette created on .