Egipto カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Egipto palette

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

Egipto カラーパレット CSS

/* CSS */
.color-1 {
color: #d39f6f;
}
.color-2 {
color: #c67c4e;
}
.color-3 {
color: #a65b3a;
}
.color-4 {
color: #8c3b3b;
}
.color-5 {
color: #602a2b;
}

/* CSS Variables */
:root {
--color-1: #d39f6f;
--color-2: #c67c4e;
--color-3: #a65b3a;
--color-4: #8c3b3b;
--color-5: #602a2b;
}

Egipto の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d39f6f, #c67c4e, #a65b3a, #8c3b3b, #602a2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d39f6f, #c67c4e, #a65b3a, #8c3b3b, #602a2b);
}

Egipto color palette created on .