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