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