Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #b9dfdb;
}
.color-2 {
color: #a6d3d0;
}
.color-3 {
color: #8db2b4;
}
.color-4 {
color: #70a4a1;
}
.color-5 {
color: #4d8a8f;
}

/* CSS Variables */
:root {
--color-1: #b9dfdb;
--color-2: #a6d3d0;
--color-3: #8db2b4;
--color-4: #70a4a1;
--color-5: #4d8a8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9dfdb, #a6d3d0, #8db2b4, #70a4a1, #4d8a8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9dfdb, #a6d3d0, #8db2b4, #70a4a1, #4d8a8f);
}

Shades of Teal color palette created on .