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