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