Coastal Serenity Palette カラーパレット
美しいCoastal Serenity Paletteカラーパレットをご紹介します。mint julep (#f3eac4), slate gray (#788b97), slate gray (#6a8390), lynch (#607e8a) and smalt blue (#597888)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Cream, Teal, Minimalist, Boho, Earthy, Softカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Coastal Serenity Paletteパレットを使った美しいUIコンポーネントを探索
💻 Coastal Serenity Palette カラーパレット CSS
/* CSS */
.color-1 {
color: #f3eac4;
}
.color-2 {
color: #788b97;
}
.color-3 {
color: #6a8390;
}
.color-4 {
color: #607e8a;
}
.color-5 {
color: #597888;
}
/* CSS Variables */
:root {
--color-1: #f3eac4;
--color-2: #788b97;
--color-3: #6a8390;
--color-4: #607e8a;
--color-5: #597888;
}
🌈 Coastal Serenity Palette の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3eac4, #788b97, #6a8390, #607e8a, #597888);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3eac4, #788b97, #6a8390, #607e8a, #597888);
}
🔗 似たようなカラーパレットを探索
Coastal Serenity Palette color palette created on .