Gentle Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gentle Tides palette

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

Gentle Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #71d1c6;
}
.color-2 {
color: #50b4a2;
}
.color-3 {
color: #3a7e79;
}
.color-4 {
color: #a1e3d3;
}
.color-5 {
color: #d7f9ef;
}

/* CSS Variables */
:root {
--color-1: #71d1c6;
--color-2: #50b4a2;
--color-3: #3a7e79;
--color-4: #a1e3d3;
--color-5: #d7f9ef;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71d1c6, #50b4a2, #3a7e79, #a1e3d3, #d7f9ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71d1c6, #50b4a2, #3a7e79, #a1e3d3, #d7f9ef);
}

Gentle Tides color palette created on .