Paleta de colores Modern Luxury

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Modern Luxury palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Modern Luxury

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

CSS de la paleta de colores Modern Luxury

/* CSS */
.color-1 {
color: #f8c391;
}
.color-2 {
color: #e77c65;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #6d3483;
}

/* CSS Variables */
:root {
--color-1: #f8c391;
--color-2: #e77c65;
--color-3: #d15400;
--color-4: #bf3a2b;
--color-5: #6d3483;
}

CSS del degradado de fondo Modern Luxury

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c391, #e77c65, #d15400, #bf3a2b, #6d3483);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c391, #e77c65, #d15400, #bf3a2b, #6d3483);
}

Modern Luxury color palette created on .