Turquoise Oasis カラーパレット

美しいTurquoise Oasisカラーパレットをご紹介します。persian green (#00a895), persian green (#009987), teal (#008a7c), pine green (#007a6e) and tropical rain forest (#006b60)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Aesthetic, Blue, Coastal, Bright, Tropicalカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Turquoise Oasisパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Turquoise Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #00a895;
}
.color-2 {
color: #009987;
}
.color-3 {
color: #008a7c;
}
.color-4 {
color: #007a6e;
}
.color-5 {
color: #006b60;
}

/* CSS Variables */
:root {
--color-1: #00a895;
--color-2: #009987;
--color-3: #008a7c;
--color-4: #007a6e;
--color-5: #006b60;
}

🌈 Turquoise Oasis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a895, #009987, #008a7c, #007a6e, #006b60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a895, #009987, #008a7c, #007a6e, #006b60);
}

Turquoise Oasis color palette created on .