Starfruit Serenade カラーパレット

美しいStarfruit Serenadeカラーパレットをご紹介します。sahara sand (#f6e68e), deco (#c9e2a6), moss green (#a7d7b8), peach (#ffe3b3) and goldenrod (#f9d36c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Starfruit Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e68e;
}
.color-2 {
color: #c9e2a6;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #ffe3b3;
}
.color-5 {
color: #f9d36c;
}

/* CSS Variables */
:root {
--color-1: #f6e68e;
--color-2: #c9e2a6;
--color-3: #a7d7b8;
--color-4: #ffe3b3;
--color-5: #f9d36c;
}

🌈 Starfruit Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e68e, #c9e2a6, #a7d7b8, #ffe3b3, #f9d36c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e68e, #c9e2a6, #a7d7b8, #ffe3b3, #f9d36c);
}

Starfruit Serenade color palette created on .