Paleta de colores Peachy Angel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peachy Angel palette

Compartir esta paleta en:

CSS de la paleta de colores Peachy Angel

/* CSS */
.color-1 {
color: #f8e7d3;
}
.color-2 {
color: #e6cfc1;
}
.color-3 {
color: #d5b8a5;
}
.color-4 {
color: #c3998d;
}
.color-5 {
color: #a57f7e;
}

/* CSS Variables */
:root {
--color-1: #f8e7d3;
--color-2: #e6cfc1;
--color-3: #d5b8a5;
--color-4: #c3998d;
--color-5: #a57f7e;
}

CSS del degradado de fondo Peachy Angel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7d3, #e6cfc1, #d5b8a5, #c3998d, #a57f7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7d3, #e6cfc1, #d5b8a5, #c3998d, #a57f7e);
}

Peachy Angel color palette created on .