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