Paleta de colores Peachy Beige

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peachy Beige palette

Compartir esta paleta en:

CSS de la paleta de colores Peachy Beige

/* CSS */
.color-1 {
color: #f4c19f;
}
.color-2 {
color: #d8b49d;
}
.color-3 {
color: #bfae8d;
}
.color-4 {
color: #a89b80;
}
.color-5 {
color: #8c8b6e;
}

/* CSS Variables */
:root {
--color-1: #f4c19f;
--color-2: #d8b49d;
--color-3: #bfae8d;
--color-4: #a89b80;
--color-5: #8c8b6e;
}

CSS del degradado de fondo Peachy Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c19f, #d8b49d, #bfae8d, #a89b80, #8c8b6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c19f, #d8b49d, #bfae8d, #a89b80, #8c8b6e);
}

Peachy Beige color palette created on .