Rollo Flamme Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rollo Flamme palette

Share this palette to:

Rollo Flamme color palette PNG image

Download rollo flamme color palette PNG image (landscape)
Download rollo flamme color palette PNG image (square)

Rollo Flamme color palette CSS

/* CSS */
.color-1 {
color: #d41623;
}
.color-2 {
color: #c21431;
}
.color-3 {
color: #b11043;
}
.color-4 {
color: #830b3f;
}
.color-5 {
color: #400c3c;
}

/* CSS Variables */
:root {
--color-1: #d41623;
--color-2: #c21431;
--color-3: #b11043;
--color-4: #830b3f;
--color-5: #400c3c;
}

Rollo Flamme background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d41623, #c21431, #b11043, #830b3f, #400c3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d41623, #c21431, #b11043, #830b3f, #400c3c);
}

Rollo Flamme color palette created on .