Teal Beach カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Beach palette
Teal Beach カラーパレット CSS
/* CSS */
.color-1 {
color: #20797e;
}
.color-2 {
color: #3db3af;
}
.color-3 {
color: #a5e3e0;
}
.color-4 {
color: #f2d36e;
}
.color-5 {
color: #d14c3d;
}
/* CSS Variables */
:root {
--color-1: #20797e;
--color-2: #3db3af;
--color-3: #a5e3e0;
--color-4: #f2d36e;
--color-5: #d14c3d;
}
Teal Beach の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #20797e, #3db3af, #a5e3e0, #f2d36e, #d14c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #20797e, #3db3af, #a5e3e0, #f2d36e, #d14c3d);
}
似たようなカラーパレット
Teal Beach color palette created on .