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