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