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