Whispers of Plum Sky カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Plum Sky palette

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

Whispers of Plum Sky カラーパレット CSS

/* CSS */
.color-1 {
color: #d4c9d9;
}
.color-2 {
color: #b8a3bd;
}
.color-3 {
color: #8f7c9c;
}
.color-4 {
color: #e5c8d5;
}
.color-5 {
color: #f3a5b1;
}

/* CSS Variables */
:root {
--color-1: #d4c9d9;
--color-2: #b8a3bd;
--color-3: #8f7c9c;
--color-4: #e5c8d5;
--color-5: #f3a5b1;
}

Whispers of Plum Sky の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c9d9, #b8a3bd, #8f7c9c, #e5c8d5, #f3a5b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c9d9, #b8a3bd, #8f7c9c, #e5c8d5, #f3a5b1);
}

Whispers of Plum Sky color palette created on .