Paleta de colores Vibrant Youth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Vibrant Youth palette
CSS de la paleta de colores Vibrant Youth
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6eb4b4;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #e92063;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #6eb4b4;
--color-4: #4b91e2;
--color-5: #e92063;
}
CSS del degradado de fondo Vibrant Youth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #6eb4b4, #4b91e2, #e92063);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #6eb4b4, #4b91e2, #e92063);
}
Paletas de colores similares
Vibrant Youth color palette created on .