Paleta de colores Orange Ratatouille

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Ratatouille palette

Compartir esta paleta en:

Descargar la paleta de colores Orange Ratatouille (PNG)

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

CSS de la paleta de colores Orange Ratatouille

/* 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;
}

CSS del degradado de fondo Orange Ratatouille

/* 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 .