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