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