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