Teal Gear カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Gear palette

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

Teal Gear カラーパレット CSS

/* CSS */
.color-1 {
color: #5d7b89;
}
.color-2 {
color: #a1c4c9;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #f9a824;
}
.color-5 {
color: #e07c24;
}

/* CSS Variables */
:root {
--color-1: #5d7b89;
--color-2: #a1c4c9;
--color-3: #f4d35d;
--color-4: #f9a824;
--color-5: #e07c24;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d7b89, #a1c4c9, #f4d35d, #f9a824, #e07c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d7b89, #a1c4c9, #f4d35d, #f9a824, #e07c24);
}

Teal Gear color palette created on .