Yellow Birthday Cake カラーパレット

美しいYellow Birthday Cakeカラーパレットをご紹介します。peach yellow (#f8e1af), manhattan (#f6d392), golden sand (#f3c57c), sandy brown (#f1b26a) and whiskey (#d8a06e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Yellow Birthday Cake カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e1af;
}
.color-2 {
color: #f6d392;
}
.color-3 {
color: #f3c57c;
}
.color-4 {
color: #f1b26a;
}
.color-5 {
color: #d8a06e;
}

/* CSS Variables */
:root {
--color-1: #f8e1af;
--color-2: #f6d392;
--color-3: #f3c57c;
--color-4: #f1b26a;
--color-5: #d8a06e;
}

🌈 Yellow Birthday Cake の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1af, #f6d392, #f3c57c, #f1b26a, #d8a06e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1af, #f6d392, #f3c57c, #f1b26a, #d8a06e);
}

Yellow Birthday Cake color palette created on .