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