Tribal Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tribal Sunrise palette

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

Tribal Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #b35a1e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #fac400;
}
.color-4 {
color: #f8e2a0;
}
.color-5 {
color: #f2a1a6;
}

/* CSS Variables */
:root {
--color-1: #b35a1e;
--color-2: #f5a524;
--color-3: #fac400;
--color-4: #f8e2a0;
--color-5: #f2a1a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b35a1e, #f5a524, #fac400, #f8e2a0, #f2a1a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b35a1e, #f5a524, #fac400, #f8e2a0, #f2a1a6);
}

Tribal Sunrise color palette created on .