Paleta de colores Sage Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sage Blush palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sage Blush

Download sage blush color palette PNG image (landscape)
Download sage blush color palette PNG image (square)

CSS de la paleta de colores Sage Blush

/* CSS */
.color-1 {
color: #a7c8b9;
}
.color-2 {
color: #d9b5c5;
}
.color-3 {
color: #f2cfd3;
}
.color-4 {
color: #e4e2d3;
}
.color-5 {
color: #b8caaa;
}

/* CSS Variables */
:root {
--color-1: #a7c8b9;
--color-2: #d9b5c5;
--color-3: #f2cfd3;
--color-4: #e4e2d3;
--color-5: #b8caaa;
}

CSS del degradado de fondo Sage Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c8b9, #d9b5c5, #f2cfd3, #e4e2d3, #b8caaa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c8b9, #d9b5c5, #f2cfd3, #e4e2d3, #b8caaa);
}

Sage Blush color palette created on .