Smells Like Teen Spirit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Smells Like Teen Spirit palette

Share this palette to:

Smells Like Teen Spirit color palette 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;
}

Smells Like Teen Spirit background gradient CSS

/* 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 .