Cottagecore カラーパレット
美しいCottagecoreカラーパレットをご紹介します。spring rain (#a6c5b3), brandy (#e0b59e), wheat (#f3e4aa), akaroa (#d5ccae) and summer green (#a8bdb2)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Cottagecoreパレットを使った美しいUIコンポーネントを探索
💻 Cottagecore カラーパレット CSS
/* CSS */
.color-1 {
color: #a6c5b3;
}
.color-2 {
color: #e0b59e;
}
.color-3 {
color: #f3e4aa;
}
.color-4 {
color: #d5ccae;
}
.color-5 {
color: #a8bdb2;
}
/* CSS Variables */
:root {
--color-1: #a6c5b3;
--color-2: #e0b59e;
--color-3: #f3e4aa;
--color-4: #d5ccae;
--color-5: #a8bdb2;
} 🌈 Cottagecore の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c5b3, #e0b59e, #f3e4aa, #d5ccae, #a8bdb2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c5b3, #e0b59e, #f3e4aa, #d5ccae, #a8bdb2);
} 🔗 似たようなカラーパレットを探索
Cottagecore color palette created on .