Golden Teal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Golden Teal palette

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

Golden Teal カラーパレット CSS

/* CSS */
.color-1 {
color: #f0b505;
}
.color-2 {
color: #a17c2b;
}
.color-3 {
color: #5b3d2a;
}
.color-4 {
color: #3a4c5f;
}
.color-5 {
color: #2b8b9c;
}

/* CSS Variables */
:root {
--color-1: #f0b505;
--color-2: #a17c2b;
--color-3: #5b3d2a;
--color-4: #3a4c5f;
--color-5: #2b8b9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b505, #a17c2b, #5b3d2a, #3a4c5f, #2b8b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b505, #a17c2b, #5b3d2a, #3a4c5f, #2b8b9c);
}

Golden Teal color palette created on .