Scandinavian Serenity カラーパレット

美しいScandinavian Serenityカラーパレットをご紹介します。casper (#aac9d5), pearl bush (#e8e3d4), cashmere (#e6b9a8), whiskey (#d39b69) and indian khaki (#bfaf92)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Scandinavian Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #aac9d5;
}
.color-2 {
color: #e8e3d4;
}
.color-3 {
color: #e6b9a8;
}
.color-4 {
color: #d39b69;
}
.color-5 {
color: #bfaf92;
}

/* CSS Variables */
:root {
--color-1: #aac9d5;
--color-2: #e8e3d4;
--color-3: #e6b9a8;
--color-4: #d39b69;
--color-5: #bfaf92;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aac9d5, #e8e3d4, #e6b9a8, #d39b69, #bfaf92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aac9d5, #e8e3d4, #e6b9a8, #d39b69, #bfaf92);
}

Scandinavian Serenity color palette created on .