Paleta de colores Expensive Design

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Expensive Design palette

Compartir esta paleta en:

CSS de la paleta de colores Expensive Design

/* CSS */
.color-1 {
color: #c5aac5;
}
.color-2 {
color: #b59c8c;
}
.color-3 {
color: #e6d6b3;
}
.color-4 {
color: #a7c69f;
}
.color-5 {
color: #d0b29a;
}

/* CSS Variables */
:root {
--color-1: #c5aac5;
--color-2: #b59c8c;
--color-3: #e6d6b3;
--color-4: #a7c69f;
--color-5: #d0b29a;
}

CSS del degradado de fondo Expensive Design

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5aac5, #b59c8c, #e6d6b3, #a7c69f, #d0b29a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5aac5, #b59c8c, #e6d6b3, #a7c69f, #d0b29a);
}

Expensive Design color palette created on .