Teal Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Beach palette

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

Teal Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #00ad93;
}
.color-2 {
color: #50d3d3;
}
.color-3 {
color: #8df7e4;
}
.color-4 {
color: #b3ffed;
}
.color-5 {
color: #d1fff5;
}

/* CSS Variables */
:root {
--color-1: #00ad93;
--color-2: #50d3d3;
--color-3: #8df7e4;
--color-4: #b3ffed;
--color-5: #d1fff5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ad93, #50d3d3, #8df7e4, #b3ffed, #d1fff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ad93, #50d3d3, #8df7e4, #b3ffed, #d1fff5);
}

Teal Beach color palette created on .