Sayu カラーパレット

美しいSayuカラーパレットをご紹介します。buttercup (#f5a524), supernova (#f5c400), chateau green (#3cb953), cerulean (#00a8d6) and eminence (#5b2d8f)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sayu カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #3cb953;
}
.color-4 {
color: #00a8d6;
}
.color-5 {
color: #5b2d8f;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f5c400;
--color-3: #3cb953;
--color-4: #00a8d6;
--color-5: #5b2d8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f5c400, #3cb953, #00a8d6, #5b2d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f5c400, #3cb953, #00a8d6, #5b2d8f);
}

Sayu color palette created on .