Sands of the Nile カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sands of the Nile palette

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

Sands of the Nile カラーパレット CSS

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #e8caa1;
}
.color-3 {
color: #d69b6b;
}
.color-4 {
color: #c55a30;
}
.color-5 {
color: #8a2e2e;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #e8caa1;
--color-3: #d69b6b;
--color-4: #c55a30;
--color-5: #8a2e2e;
}

Sands of the Nile の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #e8caa1, #d69b6b, #c55a30, #8a2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #e8caa1, #d69b6b, #c55a30, #8a2e2e);
}

Sands of the Nile color palette created on .