Coriander Dreams カラーパレット

美しいCoriander Dreamsカラーパレットをご紹介します。bittersweet (#ff6e61), neon carrot (#ff983d), golden tainoi (#ffcb5c), skeptic (#c4e4c9) and apple (#69af4b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Coriander Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff983d;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #c4e4c9;
}
.color-5 {
color: #69af4b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff983d;
--color-3: #ffcb5c;
--color-4: #c4e4c9;
--color-5: #69af4b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff983d, #ffcb5c, #c4e4c9, #69af4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff983d, #ffcb5c, #c4e4c9, #69af4b);
}

Coriander Dreams color palette created on .