Teal Poison カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Poison palette

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

Teal Poison カラーパレット CSS

/* CSS */
.color-1 {
color: #4e6e8d;
}
.color-2 {
color: #6d9dc5;
}
.color-3 {
color: #81d2df;
}
.color-4 {
color: #f2b05f;
}
.color-5 {
color: #d94f3f;
}

/* CSS Variables */
:root {
--color-1: #4e6e8d;
--color-2: #6d9dc5;
--color-3: #81d2df;
--color-4: #f2b05f;
--color-5: #d94f3f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e6e8d, #6d9dc5, #81d2df, #f2b05f, #d94f3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e6e8d, #6d9dc5, #81d2df, #f2b05f, #d94f3f);
}

Teal Poison color palette created on .