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