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