Cottage Core カラーパレット

美しいCottage Coreカラーパレットをご紹介します。akaroa (#d8bea6), edgewater (#c7e1d1), edward (#a4b7a9), wheat (#f2d5b1) and cashmere (#e4a99b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Cottage Core カラーパレット CSS

/* CSS */
.color-1 {
color: #d8bea6;
}
.color-2 {
color: #c7e1d1;
}
.color-3 {
color: #a4b7a9;
}
.color-4 {
color: #f2d5b1;
}
.color-5 {
color: #e4a99b;
}

/* CSS Variables */
:root {
--color-1: #d8bea6;
--color-2: #c7e1d1;
--color-3: #a4b7a9;
--color-4: #f2d5b1;
--color-5: #e4a99b;
}

🌈 Cottage Core の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8bea6, #c7e1d1, #a4b7a9, #f2d5b1, #e4a99b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8bea6, #c7e1d1, #a4b7a9, #f2d5b1, #e4a99b);
}

Cottage Coreカラーパレットはに作成されました。