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