Whispers of Soft Stone カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Soft Stone palette

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

Whispers of Soft Stone カラーパレット CSS

/* CSS */
.color-1 {
color: #edebe8;
}
.color-2 {
color: #e3e2de;
}
.color-3 {
color: #e1dfdb;
}
.color-4 {
color: #c6c9c5;
}
.color-5 {
color: #acaaa5;
}

/* CSS Variables */
:root {
--color-1: #edebe8;
--color-2: #e3e2de;
--color-3: #e1dfdb;
--color-4: #c6c9c5;
--color-5: #acaaa5;
}

Whispers of Soft Stone の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edebe8, #e3e2de, #e1dfdb, #c6c9c5, #acaaa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edebe8, #e3e2de, #e1dfdb, #c6c9c5, #acaaa5);
}

Whispers of Soft Stone color palette created on .