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