Paleta de colores Peach Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peach Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Peach Shades

/* CSS */
.color-1 {
color: #f6d4b1;
}
.color-2 {
color: #f1a17e;
}
.color-3 {
color: #e8784f;
}
.color-4 {
color: #d66c2e;
}
.color-5 {
color: #af5e3c;
}

/* CSS Variables */
:root {
--color-1: #f6d4b1;
--color-2: #f1a17e;
--color-3: #e8784f;
--color-4: #d66c2e;
--color-5: #af5e3c;
}

CSS del degradado de fondo Peach Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d4b1, #f1a17e, #e8784f, #d66c2e, #af5e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d4b1, #f1a17e, #e8784f, #d66c2e, #af5e3c);
}

Peach Shades color palette created on .