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: #d1af9f;
}
.color-2 {
color: #e3c6b5;
}
.color-3 {
color: #f4d6c3;
}
.color-4 {
color: #f9e4d7;
}
.color-5 {
color: #fef3ec;
}

/* CSS Variables */
:root {
--color-1: #d1af9f;
--color-2: #e3c6b5;
--color-3: #f4d6c3;
--color-4: #f9e4d7;
--color-5: #fef3ec;
}

CSS del degradado de fondo Peachy Beige

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1af9f, #e3c6b5, #f4d6c3, #f9e4d7, #fef3ec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1af9f, #e3c6b5, #f4d6c3, #f9e4d7, #fef3ec);
}

Peachy Beige color palette created on .