Whispers of Serenity カラーパレット

美しいWhispers of Serenityカラーパレットをご紹介します。mandys pink (#f4cfc8), gray suit (#cbc3d5), sinbad (#96ced4), porsche (#e7a155) and edward (#a8acad)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #f4cfc8;
}
.color-2 {
color: #cbc3d5;
}
.color-3 {
color: #96ced4;
}
.color-4 {
color: #e7a155;
}
.color-5 {
color: #a8acad;
}

/* CSS Variables */
:root {
--color-1: #f4cfc8;
--color-2: #cbc3d5;
--color-3: #96ced4;
--color-4: #e7a155;
--color-5: #a8acad;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cfc8, #cbc3d5, #96ced4, #e7a155, #a8acad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cfc8, #cbc3d5, #96ced4, #e7a155, #a8acad);
}

Whispers of Serenity color palette created on .