Teal Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Beach palette

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

Teal Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #2d6d86;
}
.color-2 {
color: #4eb1b0;
}
.color-3 {
color: #f7e77e;
}
.color-4 {
color: #f29d3a;
}
.color-5 {
color: #e0524d;
}

/* CSS Variables */
:root {
--color-1: #2d6d86;
--color-2: #4eb1b0;
--color-3: #f7e77e;
--color-4: #f29d3a;
--color-5: #e0524d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d6d86, #4eb1b0, #f7e77e, #f29d3a, #e0524d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d6d86, #4eb1b0, #f7e77e, #f29d3a, #e0524d);
}

Teal Beach color palette created on .