Whispers of the Elm カラーパレット

美しいWhispers of the Elmカラーパレットをご紹介します。elm (#1c7b7d), pelorous (#3cbebe), downy (#69d3d3), morning glory (#a5e3e3) and polar (#dff7f7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Whispers of the Elm カラーパレット CSS

/* CSS */
.color-1 {
color: #1c7b7d;
}
.color-2 {
color: #3cbebe;
}
.color-3 {
color: #69d3d3;
}
.color-4 {
color: #a5e3e3;
}
.color-5 {
color: #dff7f7;
}

/* CSS Variables */
:root {
--color-1: #1c7b7d;
--color-2: #3cbebe;
--color-3: #69d3d3;
--color-4: #a5e3e3;
--color-5: #dff7f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7b7d, #3cbebe, #69d3d3, #a5e3e3, #dff7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7b7d, #3cbebe, #69d3d3, #a5e3e3, #dff7f7);
}

Whispers of the Elm color palette created on .