Paleta de colores Soft Orange

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Orange palette

Compartir esta paleta en:

Descargar la paleta de colores Soft Orange (PNG)

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

CSS de la paleta de colores Soft Orange

/* CSS */
.color-1 {
color: #c07562;
}
.color-2 {
color: #caa963;
}
.color-3 {
color: #d2ad79;
}
.color-4 {
color: #d49d87;
}
.color-5 {
color: #b66858;
}

/* CSS Variables */
:root {
--color-1: #c07562;
--color-2: #caa963;
--color-3: #d2ad79;
--color-4: #d49d87;
--color-5: #b66858;
}

CSS del degradado de fondo Soft Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c07562, #caa963, #d2ad79, #d49d87, #b66858);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c07562, #caa963, #d2ad79, #d49d87, #b66858);
}

Soft Orange color palette created on .