Fleece Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fleece Whisper palette

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

Fleece Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #d5c2b3;
}
.color-2 {
color: #e7e5d0;
}
.color-3 {
color: #f2e9d4;
}
.color-4 {
color: #f9d69f;
}
.color-5 {
color: #f5bf9e;
}

/* CSS Variables */
:root {
--color-1: #d5c2b3;
--color-2: #e7e5d0;
--color-3: #f2e9d4;
--color-4: #f9d69f;
--color-5: #f5bf9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c2b3, #e7e5d0, #f2e9d4, #f9d69f, #f5bf9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c2b3, #e7e5d0, #f2e9d4, #f9d69f, #f5bf9e);
}

Fleece Whisper color palette created on .