Whispers of Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
Whispers of Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #f9fafa;
}
.color-2 {
color: #f2f3f2;
}
.color-3 {
color: #e5e8e3;
}
.color-4 {
color: #d6dbd2;
}
.color-5 {
color: #c4ccbd;
}
/* CSS Variables */
:root {
--color-1: #f9fafa;
--color-2: #f2f3f2;
--color-3: #e5e8e3;
--color-4: #d6dbd2;
--color-5: #c4ccbd;
}
Whispers of Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fafa, #f2f3f2, #e5e8e3, #d6dbd2, #c4ccbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fafa, #f2f3f2, #e5e8e3, #d6dbd2, #c4ccbd);
}
似たようなカラーパレット
Whispers of Serenity color palette created on .