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