Yellow Bumble Bee カラーパレット

美しいYellow Bumble Beeカラーパレットをご紹介します。sandwisp (#f6f09d), new orleans (#f1cd93), seashell peach (#fff6f0), cotton candy (#ffbdee) and carnation pink (#fe95d6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Yellow Bumble Beeパレットを使った美しいUIコンポーネントを探索

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

💻 Yellow Bumble Bee カラーパレット CSS

/* CSS */
.color-1 {
color: #f6f09d;
}
.color-2 {
color: #f1cd93;
}
.color-3 {
color: #fff6f0;
}
.color-4 {
color: #ffbdee;
}
.color-5 {
color: #fe95d6;
}

/* CSS Variables */
:root {
--color-1: #f6f09d;
--color-2: #f1cd93;
--color-3: #fff6f0;
--color-4: #ffbdee;
--color-5: #fe95d6;
}

🌈 Yellow Bumble Bee の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f09d, #f1cd93, #fff6f0, #ffbdee, #fe95d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f09d, #f1cd93, #fff6f0, #ffbdee, #fe95d6);
}

Yellow Bumble Bee color palette created on .