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