Desert Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Whisper palette

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

Desert Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #d7c1a7;
}
.color-2 {
color: #c3b197;
}
.color-3 {
color: #a28b6d;
}
.color-4 {
color: #e0bfa3;
}
.color-5 {
color: #e7c6a6;
}

/* CSS Variables */
:root {
--color-1: #d7c1a7;
--color-2: #c3b197;
--color-3: #a28b6d;
--color-4: #e0bfa3;
--color-5: #e7c6a6;
}

Desert Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c1a7, #c3b197, #a28b6d, #e0bfa3, #e7c6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c1a7, #c3b197, #a28b6d, #e0bfa3, #e7c6a6);
}

Desert Whisper color palette created on .