Teal Ecosystem カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Ecosystem palette

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

Teal Ecosystem カラーパレット CSS

/* CSS */
.color-1 {
color: #1e898f;
}
.color-2 {
color: #3db3a1;
}
.color-3 {
color: #73d3c8;
}
.color-4 {
color: #a8e1d0;
}
.color-5 {
color: #e1f4f1;
}

/* CSS Variables */
:root {
--color-1: #1e898f;
--color-2: #3db3a1;
--color-3: #73d3c8;
--color-4: #a8e1d0;
--color-5: #e1f4f1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e898f, #3db3a1, #73d3c8, #a8e1d0, #e1f4f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e898f, #3db3a1, #73d3c8, #a8e1d0, #e1f4f1);
}

Teal Ecosystem color palette created on .