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