Shades of Teal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Teal palette
Shades of Teal カラーパレット CSS
/* CSS */
.color-1 {
color: #5ebaa2;
}
.color-2 {
color: #a8e1d4;
}
.color-3 {
color: #f3f6e9;
}
.color-4 {
color: #f7c47e;
}
.color-5 {
color: #f48d3e;
}
/* CSS Variables */
:root {
--color-1: #5ebaa2;
--color-2: #a8e1d4;
--color-3: #f3f6e9;
--color-4: #f7c47e;
--color-5: #f48d3e;
}
Shades of Teal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ebaa2, #a8e1d4, #f3f6e9, #f7c47e, #f48d3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ebaa2, #a8e1d4, #f3f6e9, #f7c47e, #f48d3e);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Shades of Teal color palette created on .