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