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