Tropical Twilight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Twilight palette

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

Tropical Twilight カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffaf7a;
}
.color-3 {
color: #1ea989;
}
.color-4 {
color: #005c75;
}
.color-5 {
color: #001f2e;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffaf7a;
--color-3: #1ea989;
--color-4: #005c75;
--color-5: #001f2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffaf7a, #1ea989, #005c75, #001f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffaf7a, #1ea989, #005c75, #001f2e);
}

Tropical Twilight color palette created on .