Teal Infection カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Infection palette

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

Teal Infection カラーパレット CSS

/* CSS */
.color-1 {
color: #5d7e8e;
}
.color-2 {
color: #a4c6b4;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #f7b8a1;
}
.color-5 {
color: #e77f7e;
}

/* CSS Variables */
:root {
--color-1: #5d7e8e;
--color-2: #a4c6b4;
--color-3: #f9d66c;
--color-4: #f7b8a1;
--color-5: #e77f7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7e8e, #a4c6b4, #f9d66c, #f7b8a1, #e77f7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7e8e, #a4c6b4, #f9d66c, #f7b8a1, #e77f7e);
}

Teal Infection color palette created on .