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