Vibrant Echoes Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Vibrant Echoes palette
tavolozza dei colori Vibrant Echoes CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #ffad42;
}
.color-3 {
color: #ff5724;
}
.color-4 {
color: #f44034;
}
.color-5 {
color: #9b27b0;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ffad42;
--color-3: #ff5724;
--color-4: #f44034;
--color-5: #9b27b0;
}
CSS con gradiente di sfondo Vibrant Echoes
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ffad42, #ff5724, #f44034, #9b27b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ffad42, #ff5724, #f44034, #9b27b0);
}
Tavolozze di colori simili
Vibrant Echoes color palette created on .