美しいSunset Serenadeカラーパレットをご紹介します。limed oak (#b17f5d), whiskey (#d1a07a), gold sand (#e6b589), manhattan (#f4cb9f) and banana mania (#fce3b6)で構成されています。
Sunset Serenade カラーパレット
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、カラーパレットと組み合わせの特性を共有しています。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
Sunset Serenadeパレットが実際のUIコンポーネントやデザイン要素でどのように機能するかを探索してください。
UI例
Sunset Serenadeパレットを使った美しいUIコンポーネントを探索
💻 Sunset Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #b17f5d;
}
.color-2 {
color: #d1a07a;
}
.color-3 {
color: #e6b589;
}
.color-4 {
color: #f4cb9f;
}
.color-5 {
color: #fce3b6;
}
/* CSS Variables */
:root {
--color-1: #b17f5d;
--color-2: #d1a07a;
--color-3: #e6b589;
--color-4: #f4cb9f;
--color-5: #fce3b6;
}
🌈 Sunset Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b17f5d, #d1a07a, #e6b589, #f4cb9f, #fce3b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b17f5d, #d1a07a, #e6b589, #f4cb9f, #fce3b6);
}
🔗 似たようなカラーパレットを探索
Sunset Serenade color palette created on .