美しいTwilight Whispersカラーパレットをご紹介します。bunting (#191f4d), fiord (#3a4164), waikawa gray (#5c6b8a), pigeon post (#b9c7df) and sandy brown (#f4a462)で構成されています。
Twilight Whispers カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Twilight Whispersパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Twilight Whispersパレットを使った美しいUIコンポーネントを探索
💻 Twilight Whispers カラーパレット CSS
/* CSS */
.color-1 {
color: #191f4d;
}
.color-2 {
color: #3a4164;
}
.color-3 {
color: #5c6b8a;
}
.color-4 {
color: #b9c7df;
}
.color-5 {
color: #f4a462;
}
/* CSS Variables */
:root {
--color-1: #191f4d;
--color-2: #3a4164;
--color-3: #5c6b8a;
--color-4: #b9c7df;
--color-5: #f4a462;
}
🌈 Twilight Whispers の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191f4d, #3a4164, #5c6b8a, #b9c7df, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191f4d, #3a4164, #5c6b8a, #b9c7df, #f4a462);
}
🔗 似たようなカラーパレットを探索
Twilight Whispers color palette created on .