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