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