Tropical Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Sunrise palette

このパレットを共有する先:

Tropical Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ffe033;
}
.color-2 {
color: #f9d13e;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f3a339;
}
.color-5 {
color: #f2a350;
}

/* CSS Variables */
:root {
--color-1: #ffe033;
--color-2: #f9d13e;
--color-3: #f6b83c;
--color-4: #f3a339;
--color-5: #f2a350;
}

Tropical Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe033, #f9d13e, #f6b83c, #f3a339, #f2a350);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe033, #f9d13e, #f6b83c, #f3a339, #f2a350);
}

Tropical Sunrise color palette created on .