Vibrant Colors Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Colors palette
tavolozza dei colori Vibrant Colors CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f6b531;
}
.color-3 {
color: #f9e74e;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #3d8bff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f6b531;
--color-3: #f9e74e;
--color-4: #7fd959;
--color-5: #3d8bff;
}
CSS con gradiente di sfondo Vibrant Colors
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f6b531, #f9e74e, #7fd959, #3d8bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f6b531, #f9e74e, #7fd959, #3d8bff);
}
Tavolozze di colori simili
Vibrant Colors color palette created on .