Tropical Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Tides palette

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

Tropical Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #0095e6;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d6c1;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6d2e;
}

/* CSS Variables */
:root {
--color-1: #0095e6;
--color-2: #00b3aa;
--color-3: #00d6c1;
--color-4: #ffb84d;
--color-5: #ff6d2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095e6, #00b3aa, #00d6c1, #ffb84d, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095e6, #00b3aa, #00d6c1, #ffb84d, #ff6d2e);
}

Tropical Tides color palette created on .