Teal Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Dream palette

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

Teal Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #3a698d;
}
.color-2 {
color: #4fa7bf;
}
.color-3 {
color: #a3d5e0;
}
.color-4 {
color: #f1e0b6;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #3a698d;
--color-2: #4fa7bf;
--color-3: #a3d5e0;
--color-4: #f1e0b6;
--color-5: #f76e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a698d, #4fa7bf, #a3d5e0, #f1e0b6, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a698d, #4fa7bf, #a3d5e0, #f1e0b6, #f76e6e);
}

Teal Dream color palette created on .