Earthy Peru カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Peru palette

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

Earthy Peru カラーパレット CSS

/* CSS */
.color-1 {
color: #c75d3d;
}
.color-2 {
color: #d68a4c;
}
.color-3 {
color: #e6b35b;
}
.color-4 {
color: #f2d16e;
}
.color-5 {
color: #f9e4a4;
}

/* CSS Variables */
:root {
--color-1: #c75d3d;
--color-2: #d68a4c;
--color-3: #e6b35b;
--color-4: #f2d16e;
--color-5: #f9e4a4;
}

Earthy Peru の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c75d3d, #d68a4c, #e6b35b, #f2d16e, #f9e4a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c75d3d, #d68a4c, #e6b35b, #f2d16e, #f9e4a4);
}

Earthy Peru color palette created on .