Paleta de colores Vibrant Twilight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Twilight palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Twilight

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #4b7bb9;
}
.color-3 {
color: #7b4bb9;
}
.color-4 {
color: #b24bb9;
}
.color-5 {
color: #ff9d4d;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #4b7bb9;
--color-3: #7b4bb9;
--color-4: #b24bb9;
--color-5: #ff9d4d;
}

CSS del degradado de fondo Vibrant Twilight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #4b7bb9, #7b4bb9, #b24bb9, #ff9d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #4b7bb9, #7b4bb9, #b24bb9, #ff9d4d);
}

Vibrant Twilight color palette created on .