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