Teal Coastal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Coastal palette

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

Teal Coastal カラーパレット CSS

/* CSS */
.color-1 {
color: #a9e0e0;
}
.color-2 {
color: #6ed4d4;
}
.color-3 {
color: #4cb8b8;
}
.color-4 {
color: #2e9999;
}
.color-5 {
color: #1a7f7f;
}

/* CSS Variables */
:root {
--color-1: #a9e0e0;
--color-2: #6ed4d4;
--color-3: #4cb8b8;
--color-4: #2e9999;
--color-5: #1a7f7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0e0, #6ed4d4, #4cb8b8, #2e9999, #1a7f7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0e0, #6ed4d4, #4cb8b8, #2e9999, #1a7f7f);
}

Teal Coastal color palette created on .