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: #f9fafb;
}
.color-3 {
color: #edf1f2;
}
.color-4 {
color: #d9e1e3;
}
.color-5 {
color: #adccd7;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9fafb;
--color-3: #edf1f2;
--color-4: #d9e1e3;
--color-5: #adccd7;
}

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

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

似たようなカラーパレット

Whispers of Serenity color palette created on .