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