Renato カラーパレット

美しいRenatoカラーパレットをご紹介します。anzac (#daa94e), golden sand (#f0c77a), marzipan (#f8e0a0), jaffa (#e77d3c) and mojo (#c74938)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Amber, Bright, Coastal, Fun, Gold, Orange, Summer, Sunset, Vibrant, Yellowカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Renato カラーパレット CSS

/* CSS */
.color-1 {
color: #daa94e;
}
.color-2 {
color: #f0c77a;
}
.color-3 {
color: #f8e0a0;
}
.color-4 {
color: #e77d3c;
}
.color-5 {
color: #c74938;
}

/* CSS Variables */
:root {
--color-1: #daa94e;
--color-2: #f0c77a;
--color-3: #f8e0a0;
--color-4: #e77d3c;
--color-5: #c74938;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa94e, #f0c77a, #f8e0a0, #e77d3c, #c74938);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa94e, #f0c77a, #f8e0a0, #e77d3c, #c74938);
}

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