美しいAqua Dreamscapeカラーパレットをご紹介します。cerulean (#00a1e0), picton blue (#3ec5e0), aquamarine blue (#6ce4e0), magic mint (#a4efdf) and polar (#def7ef)で構成されています。
Aqua Dreamscape カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Aqua Dreamscapeパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Aqua Dreamscapeパレットを使った美しいUIコンポーネントを探索
💻 Aqua Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #00a1e0;
}
.color-2 {
color: #3ec5e0;
}
.color-3 {
color: #6ce4e0;
}
.color-4 {
color: #a4efdf;
}
.color-5 {
color: #def7ef;
}
/* CSS Variables */
:root {
--color-1: #00a1e0;
--color-2: #3ec5e0;
--color-3: #6ce4e0;
--color-4: #a4efdf;
--color-5: #def7ef;
}
🌈 Aqua Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a1e0, #3ec5e0, #6ce4e0, #a4efdf, #def7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a1e0, #3ec5e0, #6ce4e0, #a4efdf, #def7ef);
}
🔗 似たようなカラーパレットを探索
Aqua Dreamscape color palette created on .