Moonlit Vigilante Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Moonlit Vigilante palette
tavolozza dei colori Moonlit Vigilante CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d2e;
}
.color-3 {
color: #ff3d98;
}
.color-4 {
color: #6a82fb;
}
.color-5 {
color: #00bfff;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d2e;
--color-3: #ff3d98;
--color-4: #6a82fb;
--color-5: #00bfff;
}
CSS con gradiente di sfondo Moonlit Vigilante
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d2e, #ff3d98, #6a82fb, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d2e, #ff3d98, #6a82fb, #00bfff);
}
Tavolozze di colori simili
Moonlit Vigilante color palette created on .