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