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