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