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