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