Anti Social Serenity カラーパレット

美しいAnti Social Serenityカラーパレットをご紹介します。lucky point (#1f1b79), gigas (#4c3c9a), fuchsia blue (#7f5fbf), cold purple (#b28ed7) and french lilac (#e5b7f0)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Deep, Blue, Purple, Violet, Bright, Modern, Fun, Soft, Psychedelicカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Anti Social Serenityパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Anti Social Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4c3c9a;
}
.color-3 {
color: #7f5fbf;
}
.color-4 {
color: #b28ed7;
}
.color-5 {
color: #e5b7f0;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4c3c9a;
--color-3: #7f5fbf;
--color-4: #b28ed7;
--color-5: #e5b7f0;
}

🌈 Anti Social Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4c3c9a, #7f5fbf, #b28ed7, #e5b7f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4c3c9a, #7f5fbf, #b28ed7, #e5b7f0);
}

Anti Social Serenity color palette created on .