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