Whispers of Serenity カラーパレット

美しいWhispers of Serenityカラーパレットをご紹介します。givry (#fadbcc), link water (#cde4f4), sail (#a0d5f8), seagull (#70baeb) and dusty gray (#b29fa4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #fadbcc;
}
.color-2 {
color: #cde4f4;
}
.color-3 {
color: #a0d5f8;
}
.color-4 {
color: #70baeb;
}
.color-5 {
color: #b29fa4;
}

/* CSS Variables */
:root {
--color-1: #fadbcc;
--color-2: #cde4f4;
--color-3: #a0d5f8;
--color-4: #70baeb;
--color-5: #b29fa4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fadbcc, #cde4f4, #a0d5f8, #70baeb, #b29fa4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fadbcc, #cde4f4, #a0d5f8, #70baeb, #b29fa4);
}

Whispers of Serenity color palette created on .