Tropical Mirage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Mirage palette

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

Tropical Mirage カラーパレット CSS

/* CSS */
.color-1 {
color: #4ad3e8;
}
.color-2 {
color: #4eb1a1;
}
.color-3 {
color: #f2d8a1;
}
.color-4 {
color: #f8a5a0;
}
.color-5 {
color: #f64c4c;
}

/* CSS Variables */
:root {
--color-1: #4ad3e8;
--color-2: #4eb1a1;
--color-3: #f2d8a1;
--color-4: #f8a5a0;
--color-5: #f64c4c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ad3e8, #4eb1a1, #f2d8a1, #f8a5a0, #f64c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ad3e8, #4eb1a1, #f2d8a1, #f8a5a0, #f64c4c);
}

Tropical Mirage color palette created on .