Chirostenotes カラーパレット

美しいChirostenotesカラーパレットをご紹介します。whiskey (#d3a164), old gold (#ccaf3e), sushi (#a9b83d), olive drab (#4d8c2b) and chalet green (#3b5b2f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Chirostenotes カラーパレット CSS

/* CSS */
.color-1 {
color: #d3a164;
}
.color-2 {
color: #ccaf3e;
}
.color-3 {
color: #a9b83d;
}
.color-4 {
color: #4d8c2b;
}
.color-5 {
color: #3b5b2f;
}

/* CSS Variables */
:root {
--color-1: #d3a164;
--color-2: #ccaf3e;
--color-3: #a9b83d;
--color-4: #4d8c2b;
--color-5: #3b5b2f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3a164, #ccaf3e, #a9b83d, #4d8c2b, #3b5b2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3a164, #ccaf3e, #a9b83d, #4d8c2b, #3b5b2f);
}

Chirostenotesカラーパレットはに作成されました。