Crayon Colors カラーパレット

美しいCrayon Colorsカラーパレットをご紹介します。cannon pink (#824e61), trendy pink (#8c628e), pesto (#7d8331), sand dune (#81715d) and vivid violet (#7b358b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Crayon Colors カラーパレット CSS

/* CSS */
.color-1 {
color: #824e61;
}
.color-2 {
color: #8c628e;
}
.color-3 {
color: #7d8331;
}
.color-4 {
color: #81715d;
}
.color-5 {
color: #7b358b;
}

/* CSS Variables */
:root {
--color-1: #824e61;
--color-2: #8c628e;
--color-3: #7d8331;
--color-4: #81715d;
--color-5: #7b358b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #824e61, #8c628e, #7d8331, #81715d, #7b358b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #824e61, #8c628e, #7d8331, #81715d, #7b358b);
}

Crayon Colors color palette created on .