Paleta de colores Peachy Alma

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Peachy Alma palette

Compartir esta paleta en:

CSS de la paleta de colores Peachy Alma

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f5b8a3;
}
.color-3 {
color: #f1d3a2;
}
.color-4 {
color: #e7eab8;
}
.color-5 {
color: #b7e1a8;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f5b8a3;
--color-3: #f1d3a2;
--color-4: #e7eab8;
--color-5: #b7e1a8;
}

CSS del degradado de fondo Peachy Alma

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f5b8a3, #f1d3a2, #e7eab8, #b7e1a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f5b8a3, #f1d3a2, #e7eab8, #b7e1a8);
}

Peachy Alma color palette created on .