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