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