Imperial Vibrance Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Imperial Vibrance palette
Immagine PNG della tavolozza dei colori Imperial Vibrance
tavolozza dei colori Imperial Vibrance CSS
/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb300;
}
.color-4 {
color: #ffec42;
}
.color-5 {
color: #00a8a0;
}
/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6d1f;
--color-3: #ffb300;
--color-4: #ffec42;
--color-5: #00a8a0;
}
CSS con gradiente di sfondo Imperial Vibrance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6d1f, #ffb300, #ffec42, #00a8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6d1f, #ffb300, #ffec42, #00a8a0);
}
Tavolozze di colori simili
Imperial Vibrance color palette created on .