Whispering Clouds カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Clouds palette

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

Whispering Clouds カラーパレット CSS

/* CSS */
.color-1 {
color: #dbdbc7;
}
.color-2 {
color: #dbdbdb;
}
.color-3 {
color: #c7c7c7;
}
.color-4 {
color: #f0f0f0;
}
.color-5 {
color: #dbc7c7;
}

/* CSS Variables */
:root {
--color-1: #dbdbc7;
--color-2: #dbdbdb;
--color-3: #c7c7c7;
--color-4: #f0f0f0;
--color-5: #dbc7c7;
}

Whispering Clouds の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbdbc7, #dbdbdb, #c7c7c7, #f0f0f0, #dbc7c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbdbc7, #dbdbdb, #c7c7c7, #f0f0f0, #dbc7c7);
}

Whispering Clouds color palette created on .