Teal Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Beach palette

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

Teal Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #bcd7e1;
}
.color-2 {
color: #99cad1;
}
.color-3 {
color: #4bb9b7;
}
.color-4 {
color: #1e9f9c;
}
.color-5 {
color: #0b7977;
}

/* CSS Variables */
:root {
--color-1: #bcd7e1;
--color-2: #99cad1;
--color-3: #4bb9b7;
--color-4: #1e9f9c;
--color-5: #0b7977;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bcd7e1, #99cad1, #4bb9b7, #1e9f9c, #0b7977);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bcd7e1, #99cad1, #4bb9b7, #1e9f9c, #0b7977);
}

Teal Beach color palette created on .