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