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