Persian Oasis カラーパレット

美しいPersian Oasisカラーパレットをご紹介します。persian green (#00a895), green haze (#009975), tropical rain forest (#007a5e), blue stone (#006151) and cyprus (#003d3d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Persian Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #00a895;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #007a5e;
}
.color-4 {
color: #006151;
}
.color-5 {
color: #003d3d;
}

/* CSS Variables */
:root {
--color-1: #00a895;
--color-2: #009975;
--color-3: #007a5e;
--color-4: #006151;
--color-5: #003d3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a895, #009975, #007a5e, #006151, #003d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a895, #009975, #007a5e, #006151, #003d3d);
}

Persian Oasis color palette created on .