Paleta de colores Vivid Vee Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vivid Vee Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Vivid Vee Dreamscape

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6fc3b9;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #6fc3b9;
--color-4: #4b91e2;
--color-5: #d6006f;
}

CSS del degradado de fondo Vivid Vee Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #6fc3b9, #4b91e2, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #6fc3b9, #4b91e2, #d6006f);
}

Vivid Vee Dreamscape color palette created on .