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