Teal Masquerade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Masquerade palette

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

Teal Masquerade カラーパレット CSS

/* CSS */
.color-1 {
color: #3e8b8e;
}
.color-2 {
color: #a4d4d6;
}
.color-3 {
color: #f5b7b2;
}
.color-4 {
color: #d86f6f;
}
.color-5 {
color: #b9506e;
}

/* CSS Variables */
:root {
--color-1: #3e8b8e;
--color-2: #a4d4d6;
--color-3: #f5b7b2;
--color-4: #d86f6f;
--color-5: #b9506e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8b8e, #a4d4d6, #f5b7b2, #d86f6f, #b9506e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8b8e, #a4d4d6, #f5b7b2, #d86f6f, #b9506e);
}

Teal Masquerade color palette created on .