Vibrant Coral Blue カラーパレット

美しいVibrant Coral Blueカラーパレットをご紹介します。bittersweet (#ff6e61), yellow orange (#ffa142), sunglow (#ffcd29), malibu (#70dcfa) and san marino (#4a6dba)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Bright, Coral, Orange, Blue, Tropicalカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Vibrant Coral Blueパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Vibrant Coral Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcd29;
}
.color-4 {
color: #70dcfa;
}
.color-5 {
color: #4a6dba;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffcd29;
--color-4: #70dcfa;
--color-5: #4a6dba;
}

🌈 Vibrant Coral Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffcd29, #70dcfa, #4a6dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffcd29, #70dcfa, #4a6dba);
}

Vibrant Coral Blue color palette created on .