Paleta de colores Oil Painting

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Oil Painting palette

Compartir esta paleta en:

Descargar la paleta de colores Oil Painting (PNG)

Download oil painting color palette PNG image (landscape)
Download oil painting color palette PNG image (square)

CSS de la paleta de colores Oil Painting

/* CSS */
.color-1 {
color: #684e4a;
}
.color-2 {
color: #b6b4a5;
}
.color-3 {
color: #e9b79f;
}
.color-4 {
color: #f8e6b9;
}
.color-5 {
color: #f6d55a;
}

/* CSS Variables */
:root {
--color-1: #684e4a;
--color-2: #b6b4a5;
--color-3: #e9b79f;
--color-4: #f8e6b9;
--color-5: #f6d55a;
}

CSS del degradado de fondo Oil Painting

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #684e4a, #b6b4a5, #e9b79f, #f8e6b9, #f6d55a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #684e4a, #b6b4a5, #e9b79f, #f8e6b9, #f6d55a);
}

Oil Painting color palette created on .