Whispers of Warm Sand カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Warm Sand palette
Image Gallery

Whispers of Warm Sand カラーパレット CSS
/* CSS */
.color-1 {
color: #e9e9ed;
}
.color-2 {
color: #e0dbd7;
}
.color-3 {
color: #e0c9ae;
}
.color-4 {
color: #d2cac1;
}
.color-5 {
color: #cdb498;
}
/* CSS Variables */
:root {
--color-1: #e9e9ed;
--color-2: #e0dbd7;
--color-3: #e0c9ae;
--color-4: #d2cac1;
--color-5: #cdb498;
}
Whispers of Warm Sand の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9e9ed, #e0dbd7, #e0c9ae, #d2cac1, #cdb498);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9e9ed, #e0dbd7, #e0c9ae, #d2cac1, #cdb498);
}
似たようなカラーパレット
Whispers of Warm Sand color palette created on .