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: #fcfdfc;
}
.color-3 {
color: #f1f3f4;
}
.color-4 {
color: #d9dbde;
}
.color-5 {
color: #b3b4bc;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfc;
--color-3: #f1f3f4;
--color-4: #d9dbde;
--color-5: #b3b4bc;
}
Whispers of Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfc, #f1f3f4, #d9dbde, #b3b4bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfc, #f1f3f4, #d9dbde, #b3b4bc);
}
似たようなカラーパレット
Whispers of Serenity color palette created on .