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