Turquoise Cruise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Cruise palette

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

Turquoise Cruise カラーパレット CSS

/* CSS */
.color-1 {
color: #b6ece0;
}
.color-2 {
color: #a3e0d6;
}
.color-3 {
color: #85d5c8;
}
.color-4 {
color: #67c1b3;
}
.color-5 {
color: #3dae99;
}

/* CSS Variables */
:root {
--color-1: #b6ece0;
--color-2: #a3e0d6;
--color-3: #85d5c8;
--color-4: #67c1b3;
--color-5: #3dae99;
}

Turquoise Cruise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6ece0, #a3e0d6, #85d5c8, #67c1b3, #3dae99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6ece0, #a3e0d6, #85d5c8, #67c1b3, #3dae99);
}

Turquoise Cruise color palette created on .