Teal Taiwan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Taiwan palette

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

Teal Taiwan カラーパレット CSS

/* CSS */
.color-1 {
color: #1b8d8b;
}
.color-2 {
color: #3db8b8;
}
.color-3 {
color: #5cd1cf;
}
.color-4 {
color: #8ce8e7;
}
.color-5 {
color: #a2f1f0;
}

/* CSS Variables */
:root {
--color-1: #1b8d8b;
--color-2: #3db8b8;
--color-3: #5cd1cf;
--color-4: #8ce8e7;
--color-5: #a2f1f0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b8d8b, #3db8b8, #5cd1cf, #8ce8e7, #a2f1f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b8d8b, #3db8b8, #5cd1cf, #8ce8e7, #a2f1f0);
}

Teal Taiwan color palette created on .