Teal Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Shades palette
Teal Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #b1b8b9;
}
.color-2 {
color: #7c8d8d;
}
.color-3 {
color: #4f6464;
}
.color-4 {
color: #2a4b4b;
}
.color-5 {
color: #1e3838;
}
/* CSS Variables */
:root {
--color-1: #b1b8b9;
--color-2: #7c8d8d;
--color-3: #4f6464;
--color-4: #2a4b4b;
--color-5: #1e3838;
}
Teal Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b8b9, #7c8d8d, #4f6464, #2a4b4b, #1e3838);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b8b9, #7c8d8d, #4f6464, #2a4b4b, #1e3838);
}
似たようなカラーパレット
下にスクロールして100+個のニュートラルカラーパレットを探索しましょう
Teal Shades color palette created on .