Teen Spirit カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teen Spirit palette

このパレットを共有する先:

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;
}

Teen Spirit の背景のグラデーション 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 .