Sunlit Whiskers カラーパレット
美しいSunlit Whiskersカラーパレットをご紹介します。buttercup (#f5a524), casablanca (#f7c94b), festival (#f9df6c), primrose (#f1e2a7) and manhattan (#f6c4a7)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Sunlit Whiskersパレットを使った美しいUIコンポーネントを探索
💻 Sunlit Whiskers カラーパレット CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f9df6c;
}
.color-4 {
color: #f1e2a7;
}
.color-5 {
color: #f6c4a7;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f7c94b;
--color-3: #f9df6c;
--color-4: #f1e2a7;
--color-5: #f6c4a7;
}
🌈 Sunlit Whiskers の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f7c94b, #f9df6c, #f1e2a7, #f6c4a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f7c94b, #f9df6c, #f1e2a7, #f6c4a7);
}
🔗 似たようなカラーパレットを探索
Sunlit Whiskers color palette created on .