Teal Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Beach palette

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

Teal Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #007c85;
}
.color-2 {
color: #00a89d;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #00c2b2;
}
.color-5 {
color: #00d6c1;
}

/* CSS Variables */
:root {
--color-1: #007c85;
--color-2: #00a89d;
--color-3: #00b3aa;
--color-4: #00c2b2;
--color-5: #00d6c1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007c85, #00a89d, #00b3aa, #00c2b2, #00d6c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007c85, #00a89d, #00b3aa, #00c2b2, #00d6c1);
}

Teal Beach color palette created on .