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