Teal Ocean カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Ocean palette
Teal Ocean カラーパレット CSS
/* CSS */
.color-1 {
color: #003057;
}
.color-2 {
color: #005675;
}
.color-3 {
color: #007a8a;
}
.color-4 {
color: #00a8a3;
}
.color-5 {
color: #00d6c1;
}
/* CSS Variables */
:root {
--color-1: #003057;
--color-2: #005675;
--color-3: #007a8a;
--color-4: #00a8a3;
--color-5: #00d6c1;
}
Teal Ocean の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003057, #005675, #007a8a, #00a8a3, #00d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003057, #005675, #007a8a, #00a8a3, #00d6c1);
}
似たようなカラーパレット
下にスクロールして300+個の青カラーパレットを探索しましょう
Teal Ocean color palette created on .