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