Tropical Sunset Stripes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Sunset Stripes palette

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

Tropical Sunset Stripes カラーパレット CSS

/* CSS */
.color-1 {
color: #d55f3f;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #f2d0a1;
}
.color-5 {
color: #ffd4b8;
}

/* CSS Variables */
:root {
--color-1: #d55f3f;
--color-2: #ff8052;
--color-3: #ffb65c;
--color-4: #f2d0a1;
--color-5: #ffd4b8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d55f3f, #ff8052, #ffb65c, #f2d0a1, #ffd4b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d55f3f, #ff8052, #ffb65c, #f2d0a1, #ffd4b8);
}

Tropical Sunset Stripes color palette created on .