Emu Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emu Oasis palette

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

Emu Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #d9c57d;
}
.color-2 {
color: #b9a66a;
}
.color-3 {
color: #a48c56;
}
.color-4 {
color: #806f4d;
}
.color-5 {
color: #604c39;
}

/* CSS Variables */
:root {
--color-1: #d9c57d;
--color-2: #b9a66a;
--color-3: #a48c56;
--color-4: #806f4d;
--color-5: #604c39;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c57d, #b9a66a, #a48c56, #806f4d, #604c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c57d, #b9a66a, #a48c56, #806f4d, #604c39);
}

Emu Oasis color palette created on .