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