Teal Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Dream palette

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

Teal Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #b7e6e1;
}
.color-3 {
color: #75c7c0;
}
.color-4 {
color: #1e9999;
}
.color-5 {
color: #0a4b4d;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #b7e6e1;
--color-3: #75c7c0;
--color-4: #1e9999;
--color-5: #0a4b4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #b7e6e1, #75c7c0, #1e9999, #0a4b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #b7e6e1, #75c7c0, #1e9999, #0a4b4d);
}

Teal Dream color palette created on .