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