Teal Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Beach palette

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

Teal Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #1a8c8e;
}
.color-2 {
color: #3db1b3;
}
.color-3 {
color: #5dd5d1;
}
.color-4 {
color: #8ef1e0;
}
.color-5 {
color: #b4f8f5;
}

/* CSS Variables */
:root {
--color-1: #1a8c8e;
--color-2: #3db1b3;
--color-3: #5dd5d1;
--color-4: #8ef1e0;
--color-5: #b4f8f5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a8c8e, #3db1b3, #5dd5d1, #8ef1e0, #b4f8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a8c8e, #3db1b3, #5dd5d1, #8ef1e0, #b4f8f5);
}

Teal Beach color palette created on .