Paleta de colores Minimalist Aesthetic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Minimalist Aesthetic palette

Compartir esta paleta en:

CSS de la paleta de colores Minimalist Aesthetic

/* CSS */
.color-1 {
color: #faecd6;
}
.color-2 {
color: #f1d4c0;
}
.color-3 {
color: #e4baaa;
}
.color-4 {
color: #d69ab4;
}
.color-5 {
color: #af6fb8;
}

/* CSS Variables */
:root {
--color-1: #faecd6;
--color-2: #f1d4c0;
--color-3: #e4baaa;
--color-4: #d69ab4;
--color-5: #af6fb8;
}

CSS del degradado de fondo Minimalist Aesthetic

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faecd6, #f1d4c0, #e4baaa, #d69ab4, #af6fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faecd6, #f1d4c0, #e4baaa, #d69ab4, #af6fb8);
}

Minimalist Aesthetic color palette created on .