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