Turquoise Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Dream palette

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

Turquoise Dream カラー パレット PNG 画像

Download turquoise dream color palette PNG image (landscape)
Download turquoise dream color palette PNG image (square)

Turquoise Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #007f80;
}
.color-3 {
color: #005757;
}
.color-4 {
color: #003d3d;
}
.color-5 {
color: #001f1f;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #007f80;
--color-3: #005757;
--color-4: #003d3d;
--color-5: #001f1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #007f80, #005757, #003d3d, #001f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #007f80, #005757, #003d3d, #001f1f);
}

Turquoise Dream color palette created on .