Teal Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Dream palette

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

Teal Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #408c9c;
}
.color-2 {
color: #4bbea1;
}
.color-3 {
color: #f7e7a1;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #408c9c;
--color-2: #4bbea1;
--color-3: #f7e7a1;
--color-4: #f4a462;
--color-5: #e76e50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #408c9c, #4bbea1, #f7e7a1, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #408c9c, #4bbea1, #f7e7a1, #f4a462, #e76e50);
}

Teal Dream color palette created on .