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