Serene Haven カラーパレット

美しいSerene Havenカラーパレットをご紹介します。golden tainoi (#ffcb5c), bittersweet (#ff6e61), butterfly bush (#6a4c94), vista blue (#88d8b0) and saffron (#f4c725)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serene Haven カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcb5c;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #6a4c94;
}
.color-4 {
color: #88d8b0;
}
.color-5 {
color: #f4c725;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #ff6e61;
--color-3: #6a4c94;
--color-4: #88d8b0;
--color-5: #f4c725;
}

🌈 Serene Haven の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #ff6e61, #6a4c94, #88d8b0, #f4c725);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #ff6e61, #6a4c94, #88d8b0, #f4c725);
}

Serene Haven color palette created on .