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