Turquoise Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Dream palette

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

Turquoise Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #00d6a1;
}
.color-4 {
color: #b1f2de;
}
.color-5 {
color: #f9fbcb;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #00d6a1;
--color-4: #b1f2de;
--color-5: #f9fbcb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #00d6a1, #b1f2de, #f9fbcb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #00d6a1, #b1f2de, #f9fbcb);
}

Turquoise Dream color palette created on .