Whispers of Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
Whispers of Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #fbfdfe;
}
.color-2 {
color: #eef8fb;
}
.color-3 {
color: #f2f2f3;
}
.color-4 {
color: #d8eaee;
}
.color-5 {
color: #ecd6d5;
}
/* CSS Variables */
:root {
--color-1: #fbfdfe;
--color-2: #eef8fb;
--color-3: #f2f2f3;
--color-4: #d8eaee;
--color-5: #ecd6d5;
}
Whispers of Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbfdfe, #eef8fb, #f2f2f3, #d8eaee, #ecd6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbfdfe, #eef8fb, #f2f2f3, #d8eaee, #ecd6d5);
}
似たようなカラーパレット
下にスクロールして10+個のLight blueカラーパレットを探索しましょう
Whispers of Serenity color palette created on .