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