Beastars Harmony カラーパレット

美しいBeastars Harmonyカラーパレットをご紹介します。olive drab (#6b8f24), de york (#8ebe8e), moss green (#b5d99b), sidecar (#f1e7b6) and bittersweet (#ff6e61)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Beastars Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #8ebe8e;
}
.color-3 {
color: #b5d99b;
}
.color-4 {
color: #f1e7b6;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #8ebe8e;
--color-3: #b5d99b;
--color-4: #f1e7b6;
--color-5: #ff6e61;
}

🌈 Beastars Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #8ebe8e, #b5d99b, #f1e7b6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #8ebe8e, #b5d99b, #f1e7b6, #ff6e61);
}

Beastars Harmony color palette created on .