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