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