Tropical Tide カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Tide palette

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

Tropical Tide カラーパレット CSS

/* CSS */
.color-1 {
color: #0096d6;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #1cd6e3;
}
.color-4 {
color: #a8ebc2;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #0096d6;
--color-2: #00b0e0;
--color-3: #1cd6e3;
--color-4: #a8ebc2;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096d6, #00b0e0, #1cd6e3, #a8ebc2, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096d6, #00b0e0, #1cd6e3, #a8ebc2, #ffffff);
}

Tropical Tide color palette created on .