Whispers of Coastal Serenity カラーパレット

美しいWhispers of Coastal Serenityカラーパレットをご紹介します。linen (#faece5), putty (#e8d18c), water leaf (#9ce3e7), golden grass (#de9535) and fountain blue (#59bdc5)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #faece5;
}
.color-2 {
color: #e8d18c;
}
.color-3 {
color: #9ce3e7;
}
.color-4 {
color: #de9535;
}
.color-5 {
color: #59bdc5;
}

/* CSS Variables */
:root {
--color-1: #faece5;
--color-2: #e8d18c;
--color-3: #9ce3e7;
--color-4: #de9535;
--color-5: #59bdc5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faece5, #e8d18c, #9ce3e7, #de9535, #59bdc5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faece5, #e8d18c, #9ce3e7, #de9535, #59bdc5);
}

Whispers of Coastal Serenity color palette created on .