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