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