Paleta de colores Futuristic Velvet Dream

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Futuristic Velvet Dream palette

Compartir esta paleta en:

CSS de la paleta de colores Futuristic Velvet Dream

/* CSS */
.color-1 {
color: #5f4c90;
}
.color-2 {
color: #8b6cb2;
}
.color-3 {
color: #c5a5d5;
}
.color-4 {
color: #f4c3e2;
}
.color-5 {
color: #ff7092;
}

/* CSS Variables */
:root {
--color-1: #5f4c90;
--color-2: #8b6cb2;
--color-3: #c5a5d5;
--color-4: #f4c3e2;
--color-5: #ff7092;
}

CSS del degradado de fondo Futuristic Velvet Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f4c90, #8b6cb2, #c5a5d5, #f4c3e2, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f4c90, #8b6cb2, #c5a5d5, #f4c3e2, #ff7092);
}

Futuristic Velvet Dream color palette created on .