Paleta de colores Pastel Gacha

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pastel Gacha palette

Compartir esta paleta en:

CSS de la paleta de colores Pastel Gacha

/* CSS */
.color-1 {
color: #f6a2b2;
}
.color-2 {
color: #f8eba0;
}
.color-3 {
color: #a2e6d2;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #b49dd8;
}

/* CSS Variables */
:root {
--color-1: #f6a2b2;
--color-2: #f8eba0;
--color-3: #a2e6d2;
--color-4: #a2c7e7;
--color-5: #b49dd8;
}

CSS del degradado de fondo Pastel Gacha

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b2, #f8eba0, #a2e6d2, #a2c7e7, #b49dd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b2, #f8eba0, #a2e6d2, #a2c7e7, #b49dd8);
}

Pastel Gacha color palette created on .