Whispers of Springtime カラーパレット

美しいWhispers of Springtimeカラーパレットをご紹介します。zanah (#dcefde), beryl green (#e4e6bc), wild rice (#ecdb9c), pixie green (#c7dfc3) and thistle green (#c0c49c)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

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

/* CSS */
.color-1 {
color: #dcefde;
}
.color-2 {
color: #e4e6bc;
}
.color-3 {
color: #ecdb9c;
}
.color-4 {
color: #c7dfc3;
}
.color-5 {
color: #c0c49c;
}

/* CSS Variables */
:root {
--color-1: #dcefde;
--color-2: #e4e6bc;
--color-3: #ecdb9c;
--color-4: #c7dfc3;
--color-5: #c0c49c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dcefde, #e4e6bc, #ecdb9c, #c7dfc3, #c0c49c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dcefde, #e4e6bc, #ecdb9c, #c7dfc3, #c0c49c);
}

Whispers of Springtime color palette created on .