Whispers of Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
Whispers of Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #f7d3a1;
}
.color-2 {
color: #f9aeae;
}
.color-3 {
color: #f5b2d0;
}
.color-4 {
color: #b1a4df;
}
.color-5 {
color: #7ca7df;
}
/* CSS Variables */
:root {
--color-1: #f7d3a1;
--color-2: #f9aeae;
--color-3: #f5b2d0;
--color-4: #b1a4df;
--color-5: #7ca7df;
}
Whispers of Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d3a1, #f9aeae, #f5b2d0, #b1a4df, #7ca7df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d3a1, #f9aeae, #f5b2d0, #b1a4df, #7ca7df);
}
似たようなカラーパレット
下にスクロールして5個のエステティックカラーパレットを探索しましょう
Whispers of Serenity color palette created on .