Teal Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Shades palette
Teal Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #a3d2c6;
}
.color-2 {
color: #6d9c90;
}
.color-3 {
color: #4b7c6f;
}
.color-4 {
color: #3a5f54;
}
.color-5 {
color: #1f3d38;
}
/* CSS Variables */
:root {
--color-1: #a3d2c6;
--color-2: #6d9c90;
--color-3: #4b7c6f;
--color-4: #3a5f54;
--color-5: #1f3d38;
}
Teal Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d2c6, #6d9c90, #4b7c6f, #3a5f54, #1f3d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d2c6, #6d9c90, #4b7c6f, #3a5f54, #1f3d38);
}
似たようなカラーパレット
Teal Shades color palette created on .