Paleta de colores Soft Peach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Peach palette

Compartir esta paleta en:

Descargar la paleta de colores Soft Peach (PNG)

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

CSS de la paleta de colores Soft Peach

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f1e2d5;
}
.color-4 {
color: #f6d55a;
}
.color-5 {
color: #d3b57e;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b2a1;
--color-3: #f1e2d5;
--color-4: #f6d55a;
--color-5: #d3b57e;
}

CSS del degradado de fondo Soft Peach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b2a1, #f1e2d5, #f6d55a, #d3b57e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b2a1, #f1e2d5, #f6d55a, #d3b57e);
}

Soft Peach color palette created on .