Earthy Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Elegance palette

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

Earthy Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #d8d4c0;
}
.color-2 {
color: #aba692;
}
.color-3 {
color: #837a67;
}
.color-4 {
color: #884f30;
}
.color-5 {
color: #514e43;
}

/* CSS Variables */
:root {
--color-1: #d8d4c0;
--color-2: #aba692;
--color-3: #837a67;
--color-4: #884f30;
--color-5: #514e43;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d4c0, #aba692, #837a67, #884f30, #514e43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d4c0, #aba692, #837a67, #884f30, #514e43);
}

Earthy Elegance color palette created on .