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