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