Green Island カラーパレット

美しいGreen Islandカラーパレットをご紹介します。everglade (#1e4d2b), ocean green (#4fb074), shadow green (#8ec7b1), sandwisp (#f7e6a1) and web orange (#faa700)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Green Island カラーパレット CSS

/* CSS */
.color-1 {
color: #1e4d2b;
}
.color-2 {
color: #4fb074;
}
.color-3 {
color: #8ec7b1;
}
.color-4 {
color: #f7e6a1;
}
.color-5 {
color: #faa700;
}

/* CSS Variables */
:root {
--color-1: #1e4d2b;
--color-2: #4fb074;
--color-3: #8ec7b1;
--color-4: #f7e6a1;
--color-5: #faa700;
}

🌈 Green Island の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4d2b, #4fb074, #8ec7b1, #f7e6a1, #faa700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4d2b, #4fb074, #8ec7b1, #f7e6a1, #faa700);
}

Green Island color palette created on .