Paleta de colores Blush & Brew

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blush & Brew palette

Compartir esta paleta en:

CSS de la paleta de colores Blush & Brew

/* CSS */
.color-1 {
color: #eab8c8;
}
.color-2 {
color: #b2e1c4;
}
.color-3 {
color: #a1d59f;
}
.color-4 {
color: #6cc6a0;
}
.color-5 {
color: #4f9c7c;
}

/* CSS Variables */
:root {
--color-1: #eab8c8;
--color-2: #b2e1c4;
--color-3: #a1d59f;
--color-4: #6cc6a0;
--color-5: #4f9c7c;
}

CSS del degradado de fondo Blush & Brew

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8c8, #b2e1c4, #a1d59f, #6cc6a0, #4f9c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8c8, #b2e1c4, #a1d59f, #6cc6a0, #4f9c7c);
}

Blush & Brew color palette created on .