Loading...

Muted Pastel Rainbow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Muted Pastel Rainbow palette

Share this palette to:

Download Muted Pastel Rainbow Color Palette (PNG)

Download muted pastel rainbow color palette PNG image (landscape)
Download muted pastel rainbow color palette PNG image (square)

Muted Pastel Rainbow color palette CSS

/* CSS */
.color-1 {
color: #e7cab6;
}
.color-2 {
color: #d1b5d4;
}
.color-3 {
color: #b2e1d3;
}
.color-4 {
color: #f8e0c4;
}
.color-5 {
color: #915d50;
}

/* CSS Variables */
:root {
--color-1: #e7cab6;
--color-2: #d1b5d4;
--color-3: #b2e1d3;
--color-4: #f8e0c4;
--color-5: #915d50;
}

Muted Pastel Rainbow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7cab6, #d1b5d4, #b2e1d3, #f8e0c4, #915d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7cab6, #d1b5d4, #b2e1d3, #f8e0c4, #915d50);
}

Muted Pastel Rainbow color palette created on .