Teal Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Dream palette

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

Teal Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #1e8b8f;
}
.color-2 {
color: #4bc3c1;
}
.color-3 {
color: #88d7d5;
}
.color-4 {
color: #f7e4a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1e8b8f;
--color-2: #4bc3c1;
--color-3: #88d7d5;
--color-4: #f7e4a1;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8b8f, #4bc3c1, #88d7d5, #f7e4a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8b8f, #4bc3c1, #88d7d5, #f7e4a1, #ff6e61);
}

Teal Dream color palette created on .