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