Teen Spirit Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teen Spirit palette

Share this palette to:

Teen Spirit color palette CSS

/* CSS */
.color-1 {
color: #eaa08a;
}
.color-2 {
color: #e9c681;
}
.color-3 {
color: #e6dcbc;
}
.color-4 {
color: #af9d83;
}
.color-5 {
color: #876864;
}

/* CSS Variables */
:root {
--color-1: #eaa08a;
--color-2: #e9c681;
--color-3: #e6dcbc;
--color-4: #af9d83;
--color-5: #876864;
}

Teen Spirit background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eaa08a, #e9c681, #e6dcbc, #af9d83, #876864);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eaa08a, #e9c681, #e6dcbc, #af9d83, #876864);
}

Teen Spirit color palette created on .