Reflections of Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Reflections of Earth palette

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

Reflections of Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #f0b7a3;
}
.color-2 {
color: #c99c7e;
}
.color-3 {
color: #a86c5d;
}
.color-4 {
color: #6b4c4c;
}
.color-5 {
color: #3b2b2b;
}

/* CSS Variables */
:root {
--color-1: #f0b7a3;
--color-2: #c99c7e;
--color-3: #a86c5d;
--color-4: #6b4c4c;
--color-5: #3b2b2b;
}

Reflections of Earth の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b7a3, #c99c7e, #a86c5d, #6b4c4c, #3b2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b7a3, #c99c7e, #a86c5d, #6b4c4c, #3b2b2b);
}

Reflections of Earth color palette created on .