Periwinkle Dream カラーパレット

美しいPeriwinkle Dreamカラーパレットをご紹介します。regent st blue (#a8c6e1), powder blue (#b4d2e4), link water (#d9e8f2), blue chalk (#f5e0ff) and biloba flower (#c3a1e8)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Periwinkle Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #a8c6e1;
}
.color-2 {
color: #b4d2e4;
}
.color-3 {
color: #d9e8f2;
}
.color-4 {
color: #f5e0ff;
}
.color-5 {
color: #c3a1e8;
}

/* CSS Variables */
:root {
--color-1: #a8c6e1;
--color-2: #b4d2e4;
--color-3: #d9e8f2;
--color-4: #f5e0ff;
--color-5: #c3a1e8;
}

🌈 Periwinkle Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c6e1, #b4d2e4, #d9e8f2, #f5e0ff, #c3a1e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c6e1, #b4d2e4, #d9e8f2, #f5e0ff, #c3a1e8);
}

Periwinkle Dream color palette created on .