Teal Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Dream palette

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

Teal Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #a1e2df;
}
.color-2 {
color: #b2e0d7;
}
.color-3 {
color: #c4d4d1;
}
.color-4 {
color: #f4b4a4;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #a1e2df;
--color-2: #b2e0d7;
--color-3: #c4d4d1;
--color-4: #f4b4a4;
--color-5: #f9b1ae;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e2df, #b2e0d7, #c4d4d1, #f4b4a4, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e2df, #b2e0d7, #c4d4d1, #f4b4a4, #f9b1ae);
}

Teal Dream color palette created on .