Cloudy Dreams カラーパレット

美しいCloudy Dreamsカラーパレットをご紹介します。periwinkle gray (#d2deee), selago (#eef4fc), soft peach (#f8f1f4), white linen (#f8ece7) and we peep (#f8e3e7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cloudy Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #d2deee;
}
.color-2 {
color: #eef4fc;
}
.color-3 {
color: #f8f1f4;
}
.color-4 {
color: #f8ece7;
}
.color-5 {
color: #f8e3e7;
}

/* CSS Variables */
:root {
--color-1: #d2deee;
--color-2: #eef4fc;
--color-3: #f8f1f4;
--color-4: #f8ece7;
--color-5: #f8e3e7;
}

🌈 Cloudy Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2deee, #eef4fc, #f8f1f4, #f8ece7, #f8e3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2deee, #eef4fc, #f8f1f4, #f8ece7, #f8e3e7);
}

Cloudy Dreams color palette created on .