Light Teal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Teal palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Light Teal カラーパレット (PNG) をダウンロード
Light Teal カラーパレット CSS
/* CSS */
.color-1 {
color: #c9e4d8;
}
.color-2 {
color: #a6d3c1;
}
.color-3 {
color: #80bca1;
}
.color-4 {
color: #4cae7f;
}
.color-5 {
color: #2a8d5d;
}
/* CSS Variables */
:root {
--color-1: #c9e4d8;
--color-2: #a6d3c1;
--color-3: #80bca1;
--color-4: #4cae7f;
--color-5: #2a8d5d;
}
Light Teal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9e4d8, #a6d3c1, #80bca1, #4cae7f, #2a8d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9e4d8, #a6d3c1, #80bca1, #4cae7f, #2a8d5d);
}
似たようなカラーパレット
Light Teal color palette created on .