Shades of Pink and Orange カラーパレット

美しいShades of Pink and Orangeカラーパレットをご紹介します。wild watermelon (#ff5c6c), neon carrot (#ff9b3d), mustard (#ffd84d), turquoise blue (#6ed7e7) and fruit salad (#4b8b5a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Shades of Pink and Orangeパレットを使った美しいUIコンポーネントを探索

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

💻 Shades of Pink and Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5c6c;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #6ed7e7;
}
.color-5 {
color: #4b8b5a;
}

/* CSS Variables */
:root {
--color-1: #ff5c6c;
--color-2: #ff9b3d;
--color-3: #ffd84d;
--color-4: #6ed7e7;
--color-5: #4b8b5a;
}

🌈 Shades of Pink and Orange の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c6c, #ff9b3d, #ffd84d, #6ed7e7, #4b8b5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c6c, #ff9b3d, #ffd84d, #6ed7e7, #4b8b5a);
}

Shades of Pink and Orange color palette created on .