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