Serenity of Kenji カラーパレット

美しいSerenity of Kenjiカラーパレットをご紹介します。rose bud (#f7b2a1), dairy cream (#f8e3b9), ziggurat (#b7d9e1), hippie blue (#64a2b4) and chambray (#3c5a8b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Serenity of Kenji カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #f8e3b9;
}
.color-3 {
color: #b7d9e1;
}
.color-4 {
color: #64a2b4;
}
.color-5 {
color: #3c5a8b;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f8e3b9;
--color-3: #b7d9e1;
--color-4: #64a2b4;
--color-5: #3c5a8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f8e3b9, #b7d9e1, #64a2b4, #3c5a8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f8e3b9, #b7d9e1, #64a2b4, #3c5a8b);
}

Serenity of Kenji color palette created on .