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