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