Venus Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Venus palette
tavolozza dei colori Venus CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #f3d7a0;
}
.color-4 {
color: #a1dae2;
}
.color-5 {
color: #a3d2c9;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #f2a1b6;
--color-3: #f3d7a0;
--color-4: #a1dae2;
--color-5: #a3d2c9;
}
CSS con gradiente di sfondo Venus
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #f2a1b6, #f3d7a0, #a1dae2, #a3d2c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #f2a1b6, #f3d7a0, #a1dae2, #a3d2c9);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 600+ tavolozzas di colori Brillante
Venus color palette created on .