Teal Energy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Teal Energy palette
Teal Energy カラーパレット CSS
/* CSS */
.color-1 {
color: #1d9a6a;
}
.color-2 {
color: #4cc8a9;
}
.color-3 {
color: #a7e2d4;
}
.color-4 {
color: #f4e09f;
}
.color-5 {
color: #f9c0ae;
}
/* CSS Variables */
:root {
--color-1: #1d9a6a;
--color-2: #4cc8a9;
--color-3: #a7e2d4;
--color-4: #f4e09f;
--color-5: #f9c0ae;
}
Teal Energy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d9a6a, #4cc8a9, #a7e2d4, #f4e09f, #f9c0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d9a6a, #4cc8a9, #a7e2d4, #f4e09f, #f9c0ae);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Teal Energy color palette created on .