Boxed Vibrance Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Boxed Vibrance palette
tavolozza dei colori Boxed Vibrance CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Boxed Vibrance color palette created on .