Teal Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Beach palette

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

Teal Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #1eaea5;
}
.color-2 {
color: #a5d9d9;
}
.color-3 {
color: #e2f8f7;
}
.color-4 {
color: #f9e2d7;
}
.color-5 {
color: #f05656;
}

/* CSS Variables */
:root {
--color-1: #1eaea5;
--color-2: #a5d9d9;
--color-3: #e2f8f7;
--color-4: #f9e2d7;
--color-5: #f05656;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1eaea5, #a5d9d9, #e2f8f7, #f9e2d7, #f05656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1eaea5, #a5d9d9, #e2f8f7, #f9e2d7, #f05656);
}

Teal Beach color palette created on .