Sandstone Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sandstone Serenade palette

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

Sandstone Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #d9cbaf;
}
.color-2 {
color: #e9d6b9;
}
.color-3 {
color: #f5e7c2;
}
.color-4 {
color: #fbe9d5;
}
.color-5 {
color: #ffeddb;
}

/* CSS Variables */
:root {
--color-1: #d9cbaf;
--color-2: #e9d6b9;
--color-3: #f5e7c2;
--color-4: #fbe9d5;
--color-5: #ffeddb;
}

Sandstone Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9cbaf, #e9d6b9, #f5e7c2, #fbe9d5, #ffeddb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9cbaf, #e9d6b9, #f5e7c2, #fbe9d5, #ffeddb);
}

Sandstone Serenade color palette created on .