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