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