Tropical Sunset Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Sunset Breeze palette

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

Tropical Sunset Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9b8a;
}
.color-3 {
color: #ffb3c6;
}
.color-4 {
color: #5ca2e0;
}
.color-5 {
color: #3a8fa6;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9b8a;
--color-3: #ffb3c6;
--color-4: #5ca2e0;
--color-5: #3a8fa6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9b8a, #ffb3c6, #5ca2e0, #3a8fa6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9b8a, #ffb3c6, #5ca2e0, #3a8fa6);
}

Tropical Sunset Breeze color palette created on .