Just Monika カラーパレット

美しいJust Monikaカラーパレットをご紹介します。bittersweet (#ff6e61), neon carrot (#ff8e3d), texas rose (#ffb84d), goldenrod (#ffda6b) and white (#ffffff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Just Monika カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffda6b;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e3d;
--color-3: #ffb84d;
--color-4: #ffda6b;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e3d, #ffb84d, #ffda6b, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e3d, #ffb84d, #ffda6b, #ffffff);
}

Just Monika color palette created on .