Tropical Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Sunrise palette

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

Tropical Sunrise カラー パレット PNG 画像

Download tropical sunrise color palette PNG image (landscape)
Download tropical sunrise color palette PNG image (square)

Tropical Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #ffec3d;
}
.color-2 {
color: #4eb7ac;
}
.color-3 {
color: #ff4281;
}
.color-4 {
color: #ffe0b3;
}
.color-5 {
color: #80deea;
}

/* CSS Variables */
:root {
--color-1: #ffec3d;
--color-2: #4eb7ac;
--color-3: #ff4281;
--color-4: #ffe0b3;
--color-5: #80deea;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffec3d, #4eb7ac, #ff4281, #ffe0b3, #80deea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffec3d, #4eb7ac, #ff4281, #ffe0b3, #80deea);
}

Tropical Sunrise color palette created on .