Teal Ocean カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Ocean palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Teal Ocean カラーパレット (PNG) をダウンロード
Teal Ocean カラーパレット CSS
/* CSS */
.color-1 {
color: #201424;
}
.color-2 {
color: #a54a8a;
}
.color-3 {
color: #7498d2;
}
.color-4 {
color: #cb345c;
}
.color-5 {
color: #dcd04c;
}
/* CSS Variables */
:root {
--color-1: #201424;
--color-2: #a54a8a;
--color-3: #7498d2;
--color-4: #cb345c;
--color-5: #dcd04c;
}
Teal Ocean の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #201424, #a54a8a, #7498d2, #cb345c, #dcd04c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #201424, #a54a8a, #7498d2, #cb345c, #dcd04c);
}
似たようなカラーパレット
Teal Ocean color palette created on .