Paleta de colores Rad Retro Vibes

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Rad Retro Vibes palette

Compartir esta paleta en:

CSS de la paleta de colores Rad Retro Vibes

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff3d67;
}
.color-4 {
color: #ff1a90;
}
.color-5 {
color: #f000b0;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ff7142;
--color-3: #ff3d67;
--color-4: #ff1a90;
--color-5: #f000b0;
}

CSS del degradado de fondo Rad Retro Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ff7142, #ff3d67, #ff1a90, #f000b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ff7142, #ff3d67, #ff1a90, #f000b0);
}

Rad Retro Vibes color palette created on .