Whispers of Soft Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Soft Serenity palette

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

Whispers of Soft Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfdfc;
}
.color-3 {
color: #f4f3f0;
}
.color-4 {
color: #d0c8c3;
}
.color-5 {
color: #a39780;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfc;
--color-3: #f4f3f0;
--color-4: #d0c8c3;
--color-5: #a39780;
}

Whispers of Soft Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfc, #f4f3f0, #d0c8c3, #a39780);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfc, #f4f3f0, #d0c8c3, #a39780);
}

Whispers of Soft Serenity color palette created on .