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