Soft Serenity カラーパレット

美しいSoft Serenityカラーパレットをご紹介します。edward (#a4a8a6), silver sand (#b7bebe), tiara (#cad3d3), porcelain (#e2e9e9) and porcelain (#f3f6f6)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Soft White, Muted, Aqua, Modern, Bright, Warm Springカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Soft Serenityパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Soft Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a4a8a6;
}
.color-2 {
color: #b7bebe;
}
.color-3 {
color: #cad3d3;
}
.color-4 {
color: #e2e9e9;
}
.color-5 {
color: #f3f6f6;
}

/* CSS Variables */
:root {
--color-1: #a4a8a6;
--color-2: #b7bebe;
--color-3: #cad3d3;
--color-4: #e2e9e9;
--color-5: #f3f6f6;
}

🌈 Soft Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4a8a6, #b7bebe, #cad3d3, #e2e9e9, #f3f6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4a8a6, #b7bebe, #cad3d3, #e2e9e9, #f3f6f6);
}

🔗 似たようなカラーパレットを探索

パレットが見つかりません

別のフィルターを試すか、現在の選択をクリアしてください。

Soft Serenity color palette created on .