Dreamy Ocean Blossoms カラーパレット

美しいDreamy Ocean Blossomsカラーパレットをご紹介します。mischka (#dfdfe7), half baked (#89b9d1), hopbush (#cf72b8), eastern blue (#2693ba) and hibiscus (#bb306e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Dreamy Ocean Blossomsパレットを使った美しいUIコンポーネントを探索

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

💻 Dreamy Ocean Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #dfdfe7;
}
.color-2 {
color: #89b9d1;
}
.color-3 {
color: #cf72b8;
}
.color-4 {
color: #2693ba;
}
.color-5 {
color: #bb306e;
}

/* CSS Variables */
:root {
--color-1: #dfdfe7;
--color-2: #89b9d1;
--color-3: #cf72b8;
--color-4: #2693ba;
--color-5: #bb306e;
}

🌈 Dreamy Ocean Blossoms の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfdfe7, #89b9d1, #cf72b8, #2693ba, #bb306e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfdfe7, #89b9d1, #cf72b8, #2693ba, #bb306e);
}

Dreamy Ocean Blossoms color palette created on .