Tropical Sunset Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Sunset Bliss palette

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

Tropical Sunset Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #80c6e0;
}
.color-2 {
color: #f0a400;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #f4e1a4;
}

/* CSS Variables */
:root {
--color-1: #80c6e0;
--color-2: #f0a400;
--color-3: #ff6e61;
--color-4: #ff9900;
--color-5: #f4e1a4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #80c6e0, #f0a400, #ff6e61, #ff9900, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #80c6e0, #f0a400, #ff6e61, #ff9900, #f4e1a4);
}

Tropical Sunset Bliss color palette created on .