Cottagecore Aesthetic カラーパレット

美しいCottagecore Aestheticカラーパレットをご紹介します。albescent white (#f5e5d1), bone (#e1cfb7), rainee (#bac4a1), envy (#92a78b) and laurel (#759577)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cottagecore Aesthetic カラーパレット CSS

/* CSS */
.color-1 {
color: #f5e5d1;
}
.color-2 {
color: #e1cfb7;
}
.color-3 {
color: #bac4a1;
}
.color-4 {
color: #92a78b;
}
.color-5 {
color: #759577;
}

/* CSS Variables */
:root {
--color-1: #f5e5d1;
--color-2: #e1cfb7;
--color-3: #bac4a1;
--color-4: #92a78b;
--color-5: #759577;
}

🌈 Cottagecore Aesthetic の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e5d1, #e1cfb7, #bac4a1, #92a78b, #759577);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e5d1, #e1cfb7, #bac4a1, #92a78b, #759577);
}

Cottagecore Aesthetic color palette created on .