Seashell Dreams カラーパレット

美しいSeashell Dreamsカラーパレットをご紹介します。vivid tangerine (#ff998a), wax flower (#ffb7a3), cream brulee (#ffdf9e), sail (#a4d8f4) and seagull (#6cb4e4)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Seashell Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ff998a;
}
.color-2 {
color: #ffb7a3;
}
.color-3 {
color: #ffdf9e;
}
.color-4 {
color: #a4d8f4;
}
.color-5 {
color: #6cb4e4;
}

/* CSS Variables */
:root {
--color-1: #ff998a;
--color-2: #ffb7a3;
--color-3: #ffdf9e;
--color-4: #a4d8f4;
--color-5: #6cb4e4;
}

🌈 Seashell Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff998a, #ffb7a3, #ffdf9e, #a4d8f4, #6cb4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff998a, #ffb7a3, #ffdf9e, #a4d8f4, #6cb4e4);
}

Seashell Dreams color palette created on .