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