Whispering Confections カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Confections palette

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

Whispering Confections カラーパレット CSS

/* CSS */
.color-1 {
color: #e6d6c1;
}
.color-2 {
color: #f9e5d7;
}
.color-3 {
color: #f6c8c1;
}
.color-4 {
color: #d5b3c0;
}
.color-5 {
color: #b79fb3;
}

/* CSS Variables */
:root {
--color-1: #e6d6c1;
--color-2: #f9e5d7;
--color-3: #f6c8c1;
--color-4: #d5b3c0;
--color-5: #b79fb3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d6c1, #f9e5d7, #f6c8c1, #d5b3c0, #b79fb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d6c1, #f9e5d7, #f6c8c1, #d5b3c0, #b79fb3);
}

Whispering Confections color palette created on .