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