Tropical Sunset Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Sunset Vibes palette

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

Tropical Sunset Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e89c;
}
.color-2 {
color: #f1a64b;
}
.color-3 {
color: #f95a3e;
}
.color-4 {
color: #d93f5e;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #f7e89c;
--color-2: #f1a64b;
--color-3: #f95a3e;
--color-4: #d93f5e;
--color-5: #681b98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e89c, #f1a64b, #f95a3e, #d93f5e, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e89c, #f1a64b, #f95a3e, #d93f5e, #681b98);
}

Tropical Sunset Vibes color palette created on .