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