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