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