Paleta de colores Beauty in the Unexpected

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Beauty in the Unexpected palette

Compartir esta paleta en:

CSS de la paleta de colores Beauty in the Unexpected

/* CSS */
.color-1 {
color: #8c4f4f;
}
.color-2 {
color: #b78f8f;
}
.color-3 {
color: #f0c1c1;
}
.color-4 {
color: #f9e7e7;
}
.color-5 {
color: #fcf8f8;
}

/* CSS Variables */
:root {
--color-1: #8c4f4f;
--color-2: #b78f8f;
--color-3: #f0c1c1;
--color-4: #f9e7e7;
--color-5: #fcf8f8;
}

CSS del degradado de fondo Beauty in the Unexpected

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4f4f, #b78f8f, #f0c1c1, #f9e7e7, #fcf8f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4f4f, #b78f8f, #f0c1c1, #f9e7e7, #fcf8f8);
}

Paletas de colores similares

No se encontraron paletas

Prueba con filtros diferentes o limpia tu selección actual.

Beauty in the Unexpected color palette created on .