Teal Night カラーパレット
美しいTeal Nightカラーパレットをご紹介します。teal (#007d80), persian green (#00999e), persian green (#00b3aa), robin's egg blue (#00c7b6) and robin's egg blue (#00e0c6)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Teal Nightパレットを使った美しいUIコンポーネントを探索
💻 Teal Night カラーパレット CSS
/* CSS */
.color-1 {
color: #007d80;
}
.color-2 {
color: #00999e;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00c7b6;
}
.color-5 {
color: #00e0c6;
}
/* CSS Variables */
:root {
--color-1: #007d80;
--color-2: #00999e;
--color-3: #00b3aa;
--color-4: #00c7b6;
--color-5: #00e0c6;
}
🌈 Teal Night の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007d80, #00999e, #00b3aa, #00c7b6, #00e0c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007d80, #00999e, #00b3aa, #00c7b6, #00e0c6);
}
🔗 似たようなカラーパレットを探索
Teal Night color palette created on .