Teenage Dirtbag Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Teenage Dirtbag palette
Immagine PNG della tavolozza dei colori Teenage Dirtbag
tavolozza dei colori Teenage Dirtbag CSS
/* CSS */
.color-1 {
color: #2a2e3c;
}
.color-2 {
color: #4a4e6d;
}
.color-3 {
color: #6a7b9a;
}
.color-4 {
color: #e2a1c2;
}
.color-5 {
color: #f09e51;
}
/* CSS Variables */
:root {
--color-1: #2a2e3c;
--color-2: #4a4e6d;
--color-3: #6a7b9a;
--color-4: #e2a1c2;
--color-5: #f09e51;
}
CSS con gradiente di sfondo Teenage Dirtbag
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2e3c, #4a4e6d, #6a7b9a, #e2a1c2, #f09e51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2e3c, #4a4e6d, #6a7b9a, #e2a1c2, #f09e51);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 1000+ tavolozzas di colori colors.grunge
Teenage Dirtbag color palette created on .