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