Ancient Egypt カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ancient Egypt palette

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

Ancient Egypt カラー パレット PNG 画像

Download ancient egypt color palette PNG image (landscape)
Download ancient egypt color palette PNG image (square)

Ancient Egypt カラーパレット CSS

/* CSS */
.color-1 {
color: #e4c358;
}
.color-2 {
color: #d6982e;
}
.color-3 {
color: #c66e2f;
}
.color-4 {
color: #5e4c3b;
}
.color-5 {
color: #1d396d;
}

/* CSS Variables */
:root {
--color-1: #e4c358;
--color-2: #d6982e;
--color-3: #c66e2f;
--color-4: #5e4c3b;
--color-5: #1d396d;
}

Ancient Egypt の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4c358, #d6982e, #c66e2f, #5e4c3b, #1d396d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4c358, #d6982e, #c66e2f, #5e4c3b, #1d396d);
}

Ancient Egypt color palette created on .