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