Stanford Pines カラーパレット

美しいStanford Pinesカラーパレットをご紹介します。anzac (#e0b942), fruit salad (#4b8b59), ming (#3b6d8c), butterfly bush (#6a4e8d) and sanguine brown (#9d3f40)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Stanford Pines カラーパレット CSS

/* CSS */
.color-1 {
color: #e0b942;
}
.color-2 {
color: #4b8b59;
}
.color-3 {
color: #3b6d8c;
}
.color-4 {
color: #6a4e8d;
}
.color-5 {
color: #9d3f40;
}

/* CSS Variables */
:root {
--color-1: #e0b942;
--color-2: #4b8b59;
--color-3: #3b6d8c;
--color-4: #6a4e8d;
--color-5: #9d3f40;
}

🌈 Stanford Pines の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b942, #4b8b59, #3b6d8c, #6a4e8d, #9d3f40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b942, #4b8b59, #3b6d8c, #6a4e8d, #9d3f40);
}

Stanford Pines color palette created on .