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