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: #fcc3c0;
}
.color-2 {
color: #bcd3e6;
}
.color-3 {
color: #f7d597;
}
.color-4 {
color: #eab4a4;
}
.color-5 {
color: #d8f3ea;
}

/* CSS Variables */
:root {
--color-1: #fcc3c0;
--color-2: #bcd3e6;
--color-3: #f7d597;
--color-4: #eab4a4;
--color-5: #d8f3ea;
}

CSS del degradado de fondo Shades of Peach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcc3c0, #bcd3e6, #f7d597, #eab4a4, #d8f3ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcc3c0, #bcd3e6, #f7d597, #eab4a4, #d8f3ea);
}

Shades of Peach color palette created on .