Stolas カラーパレット

美しいStolasカラーパレットをご紹介します。lucky point (#1f1b79), minsk (#3e2a8d), plum (#8d3f8d), cadillac (#b95b6c) and rose bud (#fbc1a2)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Stolas カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #3e2a8d;
}
.color-3 {
color: #8d3f8d;
}
.color-4 {
color: #b95b6c;
}
.color-5 {
color: #fbc1a2;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #3e2a8d;
--color-3: #8d3f8d;
--color-4: #b95b6c;
--color-5: #fbc1a2;
}

🌈 Stolas の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #3e2a8d, #8d3f8d, #b95b6c, #fbc1a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #3e2a8d, #8d3f8d, #b95b6c, #fbc1a2);
}

Stolas color palette created on .