Whispers of Serenity カラーパレット

美しいWhispers of Serenityカラーパレットをご紹介します。we peep (#f2c5d3), nepal (#92b7c4), regent st blue (#a7d8e7), blue haze (#d2c8df) and snuff (#f2e2f3)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Whispers of Serenityパレットを使った美しいUIコンポーネントを探索

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

💻 Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f2c5d3;
}
.color-2 {
color: #92b7c4;
}
.color-3 {
color: #a7d8e7;
}
.color-4 {
color: #d2c8df;
}
.color-5 {
color: #f2e2f3;
}

/* CSS Variables */
:root {
--color-1: #f2c5d3;
--color-2: #92b7c4;
--color-3: #a7d8e7;
--color-4: #d2c8df;
--color-5: #f2e2f3;
}

🌈 Whispers of Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5d3, #92b7c4, #a7d8e7, #d2c8df, #f2e2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5d3, #92b7c4, #a7d8e7, #d2c8df, #f2e2f3);
}

Whispers of Serenity color palette created on .