美しいGrapefruit Sunriseカラーパレットをご紹介します。bittersweet (#ff6e61), yellow orange (#ffa142), golden tainoi (#ffcf57), picasso (#ffeb94) and romantic (#ffccbd)で構成されています。

Grapefruit Sunrise カラーパレット

明るさ

彩度

暖かさ

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

💡 できること

ColorMagicでは簡単に以下のことができます:

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

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

Grapefruit Sunriseパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。

UI例

Grapefruit Sunriseパレットを使った美しいUIコンポーネントを探索

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

💻 Grapefruit Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffcf57;
}
.color-4 {
color: #ffeb94;
}
.color-5 {
color: #ffccbd;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffa142;
--color-3: #ffcf57;
--color-4: #ffeb94;
--color-5: #ffccbd;
}

🌈 Grapefruit Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffa142, #ffcf57, #ffeb94, #ffccbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffa142, #ffcf57, #ffeb94, #ffccbd);
}

Grapefruit Sunrise color palette created on .