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