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