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