Teal Ecosystem カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Ecosystem palette

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

Teal Ecosystem カラーパレット CSS

/* CSS */
.color-1 {
color: #3ea4b1;
}
.color-2 {
color: #6ed4c6;
}
.color-3 {
color: #a3e1e0;
}
.color-4 {
color: #f1f7e4;
}
.color-5 {
color: #f5b2b4;
}

/* CSS Variables */
:root {
--color-1: #3ea4b1;
--color-2: #6ed4c6;
--color-3: #a3e1e0;
--color-4: #f1f7e4;
--color-5: #f5b2b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ea4b1, #6ed4c6, #a3e1e0, #f1f7e4, #f5b2b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ea4b1, #6ed4c6, #a3e1e0, #f1f7e4, #f5b2b4);
}

Teal Ecosystem color palette created on .