Teal Emu カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Emu palette

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

Teal Emu カラーパレット CSS

/* CSS */
.color-1 {
color: #e7b54b;
}
.color-2 {
color: #a7d3c5;
}
.color-3 {
color: #4c8a9a;
}
.color-4 {
color: #3e5c65;
}
.color-5 {
color: #f5743d;
}

/* CSS Variables */
:root {
--color-1: #e7b54b;
--color-2: #a7d3c5;
--color-3: #4c8a9a;
--color-4: #3e5c65;
--color-5: #f5743d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7b54b, #a7d3c5, #4c8a9a, #3e5c65, #f5743d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7b54b, #a7d3c5, #4c8a9a, #3e5c65, #f5743d);
}

似たようなカラーパレット

Teal Emu color palette created on .