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