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