Loading...
Shades of Teal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Teal palette
Shades of Teal カラーパレット (PNG) をダウンロード
Shades of Teal カラーパレット CSS
/* CSS */
.color-1 {
color: #b5d7a8;
}
.color-2 {
color: #a2d4d8;
}
.color-3 {
color: #68b3b6;
}
.color-4 {
color: #1e7a9f;
}
.color-5 {
color: #005e80;
}
/* CSS Variables */
:root {
--color-1: #b5d7a8;
--color-2: #a2d4d8;
--color-3: #68b3b6;
--color-4: #1e7a9f;
--color-5: #005e80;
}
Shades of Teal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5d7a8, #a2d4d8, #68b3b6, #1e7a9f, #005e80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5d7a8, #a2d4d8, #68b3b6, #1e7a9f, #005e80);
}
似たようなカラーパレット
Shades of Teal color palette created on .