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