Shades of Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Teal palette

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

Shades of Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #1e8bb3;
}
.color-2 {
color: #4dc7a8;
}
.color-3 {
color: #7de8b6;
}
.color-4 {
color: #f9d86c;
}
.color-5 {
color: #f8a5b6;
}

/* CSS Variables */
:root {
--color-1: #1e8bb3;
--color-2: #4dc7a8;
--color-3: #7de8b6;
--color-4: #f9d86c;
--color-5: #f8a5b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8bb3, #4dc7a8, #7de8b6, #f9d86c, #f8a5b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8bb3, #4dc7a8, #7de8b6, #f9d86c, #f8a5b6);
}

Shades of Teal color palette created on .