Paleta de colores Smells Like Teen Spirit

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Smells Like Teen Spirit palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Smells Like Teen Spirit

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

CSS de la paleta de colores Smells Like Teen Spirit

/* 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 del degradado de fondo 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 .