Paleta de colores Retro Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Vibes palette

Compartir esta paleta en:

CSS de la paleta de colores Retro Vibes

/* CSS */
.color-1 {
color: #d69ec7;
}
.color-2 {
color: #6e7dc9;
}
.color-3 {
color: #7da69f;
}
.color-4 {
color: #eadbeb;
}
.color-5 {
color: #a0bbe4;
}

/* CSS Variables */
:root {
--color-1: #d69ec7;
--color-2: #6e7dc9;
--color-3: #7da69f;
--color-4: #eadbeb;
--color-5: #a0bbe4;
}

CSS del degradado de fondo Retro Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69ec7, #6e7dc9, #7da69f, #eadbeb, #a0bbe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69ec7, #6e7dc9, #7da69f, #eadbeb, #a0bbe4);
}

Retro Vibes color palette created on .