Tropical Tango カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Tango palette

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

Tropical Tango カラーパレット CSS

/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f49e6c;
}
.color-4 {
color: #f46c6c;
}
.color-5 {
color: #e13e33;
}

/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #f6b83c;
--color-3: #f49e6c;
--color-4: #f46c6c;
--color-5: #e13e33;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #f6b83c, #f49e6c, #f46c6c, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #f6b83c, #f49e6c, #f46c6c, #e13e33);
}

Tropical Tango color palette created on .