Lustrous Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lustrous Whisper palette

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

Lustrous Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e0d1;
}
.color-2 {
color: #d5c6b9;
}
.color-3 {
color: #b9a89d;
}
.color-4 {
color: #a9c8e5;
}
.color-5 {
color: #e3b5c0;
}

/* CSS Variables */
:root {
--color-1: #f0e0d1;
--color-2: #d5c6b9;
--color-3: #b9a89d;
--color-4: #a9c8e5;
--color-5: #e3b5c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0d1, #d5c6b9, #b9a89d, #a9c8e5, #e3b5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0d1, #d5c6b9, #b9a89d, #a9c8e5, #e3b5c0);
}

Lustrous Whisper color palette created on .