Rainbow Quartz Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rainbow Quartz palette

Share this palette to:

Rainbow Quartz color palette PNG image

Download rainbow quartz color palette PNG image (landscape)
Download rainbow quartz color palette PNG image (square)

Rainbow Quartz color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff8a90;
}
.color-4 {
color: #fdbb8b;
}
.color-5 {
color: #ffbb00;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff7142;
--color-3: #ff8a90;
--color-4: #fdbb8b;
--color-5: #ffbb00;
}

Rainbow Quartz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff7142, #ff8a90, #fdbb8b, #ffbb00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff7142, #ff8a90, #fdbb8b, #ffbb00);
}

Rainbow Quartz color palette created on .