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