Paleta de colores Shades of Peach

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Peach palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Peach

/* CSS */
.color-1 {
color: #f6d1c1;
}
.color-2 {
color: #e2b7a1;
}
.color-3 {
color: #d49e8c;
}
.color-4 {
color: #c78f7a;
}
.color-5 {
color: #c27e66;
}

/* CSS Variables */
:root {
--color-1: #f6d1c1;
--color-2: #e2b7a1;
--color-3: #d49e8c;
--color-4: #c78f7a;
--color-5: #c27e66;
}

CSS del degradado de fondo Shades of Peach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d1c1, #e2b7a1, #d49e8c, #c78f7a, #c27e66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d1c1, #e2b7a1, #d49e8c, #c78f7a, #c27e66);
}

Shades of Peach color palette created on .