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