Whisker Whisper カラーパレット

美しいWhisker Whisperカラーパレットをご紹介します。azalea (#f7c5c5), cherokee (#fcd8a1), tonys pink (#e9a99b), new york pink (#d07c7d) and london hue (#b29fc1)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Whisker Whisperパレットを使った美しいUIコンポーネントを探索

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

💻 Whisker Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5c5;
}
.color-2 {
color: #fcd8a1;
}
.color-3 {
color: #e9a99b;
}
.color-4 {
color: #d07c7d;
}
.color-5 {
color: #b29fc1;
}

/* CSS Variables */
:root {
--color-1: #f7c5c5;
--color-2: #fcd8a1;
--color-3: #e9a99b;
--color-4: #d07c7d;
--color-5: #b29fc1;
}

🌈 Whisker Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5c5, #fcd8a1, #e9a99b, #d07c7d, #b29fc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5c5, #fcd8a1, #e9a99b, #d07c7d, #b29fc1);
}

Whisker Whisper color palette created on .