Paleta de colores Minimalist Aesthetic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Minimalist Aesthetic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Minimalist Aesthetic

Download minimalist aesthetic color palette PNG image (landscape)
Download minimalist aesthetic color palette PNG image (square)

CSS de la paleta de colores Minimalist Aesthetic

/* CSS */
.color-1 {
color: #f8e9d8;
}
.color-2 {
color: #e9c3d6;
}
.color-3 {
color: #d7b7b2;
}
.color-4 {
color: #c39db8;
}
.color-5 {
color: #957db0;
}

/* CSS Variables */
:root {
--color-1: #f8e9d8;
--color-2: #e9c3d6;
--color-3: #d7b7b2;
--color-4: #c39db8;
--color-5: #957db0;
}

CSS del degradado de fondo Minimalist Aesthetic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e9d8, #e9c3d6, #d7b7b2, #c39db8, #957db0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e9d8, #e9c3d6, #d7b7b2, #c39db8, #957db0);
}

Minimalist Aesthetic color palette created on .