Smells Like Teen Spirit Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Smells Like Teen Spirit palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Smells Like Teen Spirit

Download smells like teen spirit color palette PNG image (landscape)
Download smells like teen spirit color palette PNG image (square)

tavolozza dei colori Smells Like Teen Spirit CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f0cba8;
}
.color-3 {
color: #f3e5a0;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #89b7e1;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f0cba8;
--color-3: #f3e5a0;
--color-4: #a7d7b8;
--color-5: #89b7e1;
}

CSS con gradiente di sfondo Smells Like Teen Spirit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f0cba8, #f3e5a0, #a7d7b8, #89b7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f0cba8, #f3e5a0, #a7d7b8, #89b7e1);
}

Smells Like Teen Spirit color palette created on .