Youthful Vibes カラーパレット

美しいYouthful Vibesカラーパレットをご紹介します。bittersweet (#ff6e61), blue marguerite (#6a5bcd), school bus yellow (#ffd900), pink (#ffb8c1) and mantis (#70be46)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Youthful Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #70be46;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ffd900;
--color-4: #ffb8c1;
--color-5: #70be46;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ffd900, #ffb8c1, #70be46);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ffd900, #ffb8c1, #70be46);
}

Youthful Vibes color palette created on .