Yellow Meringue カラーパレット
美しいYellow Meringueカラーパレットをご紹介します。energy yellow (#f9df5d), marzipan (#f7d79c), maize (#f6d4a7), tulip tree (#f2b645) and tulip tree (#e5a23e)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Yellow Meringueパレットを使った美しいUIコンポーネントを探索
💻 Yellow Meringue カラーパレット CSS
/* CSS */
.color-1 {
color: #f9df5d;
}
.color-2 {
color: #f7d79c;
}
.color-3 {
color: #f6d4a7;
}
.color-4 {
color: #f2b645;
}
.color-5 {
color: #e5a23e;
}
/* CSS Variables */
:root {
--color-1: #f9df5d;
--color-2: #f7d79c;
--color-3: #f6d4a7;
--color-4: #f2b645;
--color-5: #e5a23e;
} 🌈 Yellow Meringue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9df5d, #f7d79c, #f6d4a7, #f2b645, #e5a23e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9df5d, #f7d79c, #f6d4a7, #f2b645, #e5a23e);
} 🔗 似たようなカラーパレットを探索
Yellow Meringue color palette created on .