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