Sands of Time カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sands of Time palette

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

Sands of Time カラーパレット CSS

/* CSS */
.color-1 {
color: #c4b4a6;
}
.color-2 {
color: #d3c7bb;
}
.color-3 {
color: #d0c2b9;
}
.color-4 {
color: #bfab9b;
}
.color-5 {
color: #b49c8e;
}

/* CSS Variables */
:root {
--color-1: #c4b4a6;
--color-2: #d3c7bb;
--color-3: #d0c2b9;
--color-4: #bfab9b;
--color-5: #b49c8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4b4a6, #d3c7bb, #d0c2b9, #bfab9b, #b49c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4b4a6, #d3c7bb, #d0c2b9, #bfab9b, #b49c8e);
}

Sands of Time color palette created on .