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