Whispers of Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Serenity palette

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

Whispers of Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfcfd;
}
.color-3 {
color: #f9fafb;
}
.color-4 {
color: #ebebeb;
}
.color-5 {
color: #cecfd0;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfd;
--color-3: #f9fafb;
--color-4: #ebebeb;
--color-5: #cecfd0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfd, #f9fafb, #ebebeb, #cecfd0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfd, #f9fafb, #ebebeb, #cecfd0);
}

Whispers of Serenity color palette created on .