Stratos カラーパレット
美しいStratosカラーパレットをご紹介します。stratos (#000742), lucky point (#1e1e76), gigas (#3b3ba0), blue violet (#5f5fbf) and anakiwa (#a8c5ff)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Black, Blue, Bright, Modern, Deep, Deep Winter, Cool, Night Sky, Oceanカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Stratosパレットを使った美しいUIコンポーネントを探索
💻 Stratos カラーパレット CSS
/* CSS */
.color-1 {
color: #000742;
}
.color-2 {
color: #1e1e76;
}
.color-3 {
color: #3b3ba0;
}
.color-4 {
color: #5f5fbf;
}
.color-5 {
color: #a8c5ff;
}
/* CSS Variables */
:root {
--color-1: #000742;
--color-2: #1e1e76;
--color-3: #3b3ba0;
--color-4: #5f5fbf;
--color-5: #a8c5ff;
}
🌈 Stratos の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000742, #1e1e76, #3b3ba0, #5f5fbf, #a8c5ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000742, #1e1e76, #3b3ba0, #5f5fbf, #a8c5ff);
}
🔗 似たようなカラーパレットを探索
Stratos color palette created on .