Teal Gale カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Gale palette

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

Teal Gale カラーパレット CSS

/* CSS */
.color-1 {
color: #4fa19f;
}
.color-2 {
color: #f0c24c;
}
.color-3 {
color: #f58b00;
}
.color-4 {
color: #e1374b;
}
.color-5 {
color: #6b9e9e;
}

/* CSS Variables */
:root {
--color-1: #4fa19f;
--color-2: #f0c24c;
--color-3: #f58b00;
--color-4: #e1374b;
--color-5: #6b9e9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fa19f, #f0c24c, #f58b00, #e1374b, #6b9e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fa19f, #f0c24c, #f58b00, #e1374b, #6b9e9e);
}

Teal Gale color palette created on .