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