Dark Y2K Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Dark Y2K palette
Immagine PNG della tavolozza dei colori Dark Y2K
tavolozza dei colori Dark Y2K CSS
/* CSS */
.color-1 {
color: #3c1a6b;
}
.color-2 {
color: #712f92;
}
.color-3 {
color: #a059ab;
}
.color-4 {
color: #e0a3d4;
}
.color-5 {
color: #ff7092;
}
/* CSS Variables */
:root {
--color-1: #3c1a6b;
--color-2: #712f92;
--color-3: #a059ab;
--color-4: #e0a3d4;
--color-5: #ff7092;
}
CSS con gradiente di sfondo Dark Y2K
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1a6b, #712f92, #a059ab, #e0a3d4, #ff7092);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1a6b, #712f92, #a059ab, #e0a3d4, #ff7092);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 3 tavolozzas di colori Scuro
Dark Y2K color palette created on .