Teal Eruption カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Eruption palette

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

Teal Eruption カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3c4d;
}
.color-2 {
color: #3a606e;
}
.color-3 {
color: #6b9d9e;
}
.color-4 {
color: #f77a22;
}
.color-5 {
color: #d8433b;
}

/* CSS Variables */
:root {
--color-1: #1f3c4d;
--color-2: #3a606e;
--color-3: #6b9d9e;
--color-4: #f77a22;
--color-5: #d8433b;
}

Teal Eruption の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c4d, #3a606e, #6b9d9e, #f77a22, #d8433b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c4d, #3a606e, #6b9d9e, #f77a22, #d8433b);
}

Teal Eruption color palette created on .