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