Teen Spirit Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teen Spirit palette

Condividi questa palette a:

tavolozza dei colori Teen Spirit 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;
}

CSS con gradiente di sfondo Teen Spirit

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