Teal Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Dream palette

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

Teal Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #4bc3c1;
}
.color-2 {
color: #97ce50;
}
.color-3 {
color: #f3e49b;
}
.color-4 {
color: #d897be;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #4bc3c1;
--color-2: #97ce50;
--color-3: #f3e49b;
--color-4: #d897be;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bc3c1, #97ce50, #f3e49b, #d897be, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bc3c1, #97ce50, #f3e49b, #d897be, #ff6e61);
}

似たようなカラーパレット

Teal Dream color palette created on .