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