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