Orange Ratatouille Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Ratatouille palette

Share this palette to:

Download Orange Ratatouille Color Palette (PNG)

Download orange ratatouille color palette PNG image (landscape)
Download orange ratatouille color palette PNG image (square)

Orange Ratatouille color palette CSS

/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #d95e36;
}
.color-3 {
color: #6f4c3e;
}
.color-4 {
color: #8e9b78;
}
.color-5 {
color: #f1f2f3;
}

/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #d95e36;
--color-3: #6f4c3e;
--color-4: #8e9b78;
--color-5: #f1f2f3;
}

Orange Ratatouille background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #d95e36, #6f4c3e, #8e9b78, #f1f2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #d95e36, #6f4c3e, #8e9b78, #f1f2f3);
}

Orange Ratatouille color palette created on .