Tropical Fiesta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Fiesta palette

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

Tropical Fiesta カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff0099;
}
.color-5 {
color: #ff4d88;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #ff0099;
--color-5: #ff4d88;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6e00, #ff3c00, #ff0099, #ff4d88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6e00, #ff3c00, #ff0099, #ff4d88);
}

Tropical Fiesta color palette created on .