Loading...
Muted Teal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Muted Teal palette
Muted Teal カラーパレット (PNG) をダウンロード
Muted Teal カラーパレット CSS
/* CSS */
.color-1 {
color: #5a8c7b;
}
.color-2 {
color: #a6c5b9;
}
.color-3 {
color: #f2e2d4;
}
.color-4 {
color: #e8a8a1;
}
.color-5 {
color: #b34d5f;
}
/* CSS Variables */
:root {
--color-1: #5a8c7b;
--color-2: #a6c5b9;
--color-3: #f2e2d4;
--color-4: #e8a8a1;
--color-5: #b34d5f;
}
Muted Teal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a8c7b, #a6c5b9, #f2e2d4, #e8a8a1, #b34d5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a8c7b, #a6c5b9, #f2e2d4, #e8a8a1, #b34d5f);
}
似たようなカラーパレット
Muted Teal color palette created on .