Paleta de colores Peachy

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peachy palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Peachy

Download peachy color palette PNG image (landscape)
Download peachy color palette PNG image (square)

CSS de la paleta de colores Peachy

/* CSS */
.color-1 {
color: #ffcf9e;
}
.color-2 {
color: #ffddad;
}
.color-3 {
color: #ffe7b8;
}
.color-4 {
color: #fff2c7;
}
.color-5 {
color: #fffaeb;
}

/* CSS Variables */
:root {
--color-1: #ffcf9e;
--color-2: #ffddad;
--color-3: #ffe7b8;
--color-4: #fff2c7;
--color-5: #fffaeb;
}

CSS del degradado de fondo Peachy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcf9e, #ffddad, #ffe7b8, #fff2c7, #fffaeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcf9e, #ffddad, #ffe7b8, #fff2c7, #fffaeb);
}

Peachy color palette created on .