Teal Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Dream palette

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

Teal Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #7dd8c6;
}
.color-2 {
color: #4ccfe1;
}
.color-3 {
color: #26b8d9;
}
.color-4 {
color: #009eb3;
}
.color-5 {
color: #007b80;
}

/* CSS Variables */
:root {
--color-1: #7dd8c6;
--color-2: #4ccfe1;
--color-3: #26b8d9;
--color-4: #009eb3;
--color-5: #007b80;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7dd8c6, #4ccfe1, #26b8d9, #009eb3, #007b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7dd8c6, #4ccfe1, #26b8d9, #009eb3, #007b80);
}

Teal Dream color palette created on .