Vibrant Mosaic カラーパレット

美しいVibrant Mosaicカラーパレットをご紹介します。manhattan (#f7c8a1), bittersweet (#ff6e61), red damask (#d55b4d), strikemaster (#9f5b9a) and butterfly bush (#5c4d89)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Vibrant Mosaic カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c8a1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d55b4d;
}
.color-4 {
color: #9f5b9a;
}
.color-5 {
color: #5c4d89;
}

/* CSS Variables */
:root {
--color-1: #f7c8a1;
--color-2: #ff6e61;
--color-3: #d55b4d;
--color-4: #9f5b9a;
--color-5: #5c4d89;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8a1, #ff6e61, #d55b4d, #9f5b9a, #5c4d89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8a1, #ff6e61, #d55b4d, #9f5b9a, #5c4d89);
}

Vibrant Mosaic color palette created on .