Paleta de colores Modern Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Modern Blush palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Modern Blush

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

CSS de la paleta de colores Modern Blush

/* CSS */
.color-1 {
color: #f9c6a4;
}
.color-2 {
color: #f5a65c;
}
.color-3 {
color: #e67d4c;
}
.color-4 {
color: #d8544f;
}
.color-5 {
color: #b42d3a;
}

/* CSS Variables */
:root {
--color-1: #f9c6a4;
--color-2: #f5a65c;
--color-3: #e67d4c;
--color-4: #d8544f;
--color-5: #b42d3a;
}

CSS del degradado de fondo Modern Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c6a4, #f5a65c, #e67d4c, #d8544f, #b42d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c6a4, #f5a65c, #e67d4c, #d8544f, #b42d3a);
}

Modern Blush color palette created on .