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: #ffa08f;
}
.color-2 {
color: #a66fd3;
}
.color-3 {
color: #c3e364;
}
.color-4 {
color: #fddcd8;
}
.color-5 {
color: #bcc2eb;
}

/* CSS Variables */
:root {
--color-1: #ffa08f;
--color-2: #a66fd3;
--color-3: #c3e364;
--color-4: #fddcd8;
--color-5: #bcc2eb;
}

CSS del degradado de fondo Retro Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa08f, #a66fd3, #c3e364, #fddcd8, #bcc2eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa08f, #a66fd3, #c3e364, #fddcd8, #bcc2eb);
}

Retro Vibes color palette created on .