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