Pure Vanilla Cookie カラーパレット

美しいPure Vanilla Cookieカラーパレットをご紹介します。wheat (#f3e4aa), sapling (#e1c6a8), eunry (#d4b0a0), brandy rose (#c18e85) and coral tree (#a35c67)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Pure Vanilla Cookieパレットを使った美しいUIコンポーネントを探索

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

💻 Pure Vanilla Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e4aa;
}
.color-2 {
color: #e1c6a8;
}
.color-3 {
color: #d4b0a0;
}
.color-4 {
color: #c18e85;
}
.color-5 {
color: #a35c67;
}

/* CSS Variables */
:root {
--color-1: #f3e4aa;
--color-2: #e1c6a8;
--color-3: #d4b0a0;
--color-4: #c18e85;
--color-5: #a35c67;
}

🌈 Pure Vanilla Cookie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e4aa, #e1c6a8, #d4b0a0, #c18e85, #a35c67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e4aa, #e1c6a8, #d4b0a0, #c18e85, #a35c67);
}

🔗 似たようなカラーパレットを探索

パレットが見つかりません

別のフィルターを試すか、現在の選択をクリアしてください。

Pure Vanilla Cookie color palette created on .