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