Savory Fiesta Harmony カラーパレット
美しいSavory Fiesta Harmonyカラーパレットをご紹介します。sunglow (#ffcc33), bittersweet (#ff6e61), yellow green (#a4d869), melanie (#e2b6d5) and persian green (#00999e)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:カラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Savory Fiesta Harmonyパレットを使った美しいUIコンポーネントを探索
💻 Savory Fiesta Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #ffcc33;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #a4d869;
}
.color-4 {
color: #e2b6d5;
}
.color-5 {
color: #00999e;
}
/* CSS Variables */
:root {
--color-1: #ffcc33;
--color-2: #ff6e61;
--color-3: #a4d869;
--color-4: #e2b6d5;
--color-5: #00999e;
} 🌈 Savory Fiesta Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc33, #ff6e61, #a4d869, #e2b6d5, #00999e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc33, #ff6e61, #a4d869, #e2b6d5, #00999e);
} Savory Fiesta Harmony color palette created on .