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