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