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: #f7a1b5;
}
.color-2 {
color: #f9d66c;
}
.color-3 {
color: #b1e2d5;
}
.color-4 {
color: #9ec3ff;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #f7a1b5;
--color-2: #f9d66c;
--color-3: #b1e2d5;
--color-4: #9ec3ff;
--color-5: #ff7092;
}
CSS del degradado de fondo Vibrant Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b5, #f9d66c, #b1e2d5, #9ec3ff, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b5, #f9d66c, #b1e2d5, #9ec3ff, #ff7092);
}
Paletas de colores similares
Vibrant Serenade color palette created on .