Celeste Blue カラーパレット
美しいCeleste Blueカラーパレットをご紹介します。regent st blue (#a8d3e1), seagull (#6db9e9), pelorous (#4e9cc6), astral (#2e7cad) and matisse (#1b5c8d)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Celeste Blueパレットを使った美しいUIコンポーネントを探索
💻 Celeste Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #6db9e9;
}
.color-3 {
color: #4e9cc6;
}
.color-4 {
color: #2e7cad;
}
.color-5 {
color: #1b5c8d;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #6db9e9;
--color-3: #4e9cc6;
--color-4: #2e7cad;
--color-5: #1b5c8d;
}
🌈 Celeste Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #6db9e9, #4e9cc6, #2e7cad, #1b5c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #6db9e9, #4e9cc6, #2e7cad, #1b5c8d);
}
🔗 似たようなカラーパレットを探索
Celeste Blue color palette created on .